BeginTransaction() | SQLite.SQLiteConnection | |
BusyTimeout | SQLite.SQLiteConnection | |
Close() | SQLite.SQLiteConnection | |
Commit() | SQLite.SQLiteConnection | |
CreateCommand(string cmdText, params object[] ps) | SQLite.SQLiteConnection | |
CreateIndex(string indexName, string tableName, string[] columnNames, bool unique=false) | SQLite.SQLiteConnection | |
CreateIndex(string indexName, string tableName, string columnName, bool unique=false) | SQLite.SQLiteConnection | |
CreateIndex(string tableName, string columnName, bool unique=false) | SQLite.SQLiteConnection | |
CreateIndex(string tableName, string[] columnNames, bool unique=false) | SQLite.SQLiteConnection | |
CreateIndex< T >(Expression< Func< T, object > > property, bool unique=false) | SQLite.SQLiteConnection | |
CreateTable(Type ty, CreateFlags createFlags=CreateFlags.None) | SQLite.SQLiteConnection | |
CreateTable< T >(CreateFlags createFlags=CreateFlags.None) | SQLite.SQLiteConnection | |
DatabasePath | SQLite.SQLiteConnection | |
DeferredQuery(TableMapping map, string query, params object[] args) | SQLite.SQLiteConnection | |
DeferredQuery< T >(string query, params object[] args) | SQLite.SQLiteConnection | |
Delete(object objectToDelete) | SQLite.SQLiteConnection | |
Delete< T >(object primaryKey) | SQLite.SQLiteConnection | |
DeleteAll< T >() | SQLite.SQLiteConnection | |
Dispose() | SQLite.SQLiteConnection | |
Dispose(bool disposing) | SQLite.SQLiteConnection | protectedvirtual |
DropTable< T >() | SQLite.SQLiteConnection | |
EnableLoadExtension(int onoff) | SQLite.SQLiteConnection | |
Execute(string query, params object[] args) | SQLite.SQLiteConnection | |
ExecuteScalar< T >(string query, params object[] args) | SQLite.SQLiteConnection | |
Find(object pk, TableMapping map) | SQLite.SQLiteConnection | |
Find< T >(object pk) | SQLite.SQLiteConnection | |
Find< T >(Expression< Func< T, bool > > predicate) | SQLite.SQLiteConnection | |
Get< T >(object pk) | SQLite.SQLiteConnection | |
Get< T >(Expression< Func< T, bool > > predicate) | SQLite.SQLiteConnection | |
GetMapping(Type type, CreateFlags createFlags=CreateFlags.None) | SQLite.SQLiteConnection | |
GetMapping< T >() | SQLite.SQLiteConnection | |
GetTableInfo(string tableName) | SQLite.SQLiteConnection | |
Handle | SQLite.SQLiteConnection | |
Insert(object obj) | SQLite.SQLiteConnection | |
Insert(object obj, Type objType) | SQLite.SQLiteConnection | |
Insert(object obj, string extra) | SQLite.SQLiteConnection | |
Insert(object obj, string extra, Type objType) | SQLite.SQLiteConnection | |
InsertAll(System.Collections.IEnumerable objects) | SQLite.SQLiteConnection | |
InsertAll(System.Collections.IEnumerable objects, string extra) | SQLite.SQLiteConnection | |
InsertAll(System.Collections.IEnumerable objects, Type objType) | SQLite.SQLiteConnection | |
InsertOrReplace(object obj) | SQLite.SQLiteConnection | |
InsertOrReplace(object obj, Type objType) | SQLite.SQLiteConnection | |
IsInTransaction | SQLite.SQLiteConnection | |
NewCommand() | SQLite.SQLiteConnection | protectedvirtual |
Query(TableMapping map, string query, params object[] args) | SQLite.SQLiteConnection | |
Query< T >(string query, params object[] args) | SQLite.SQLiteConnection | |
Release(string savepoint) | SQLite.SQLiteConnection | |
Rollback() | SQLite.SQLiteConnection | |
RollbackTo(string savepoint) | SQLite.SQLiteConnection | |
RunInTransaction(Action action) | SQLite.SQLiteConnection | |
SaveTransactionPoint() | SQLite.SQLiteConnection | |
SQLiteConnection(string databasePath, bool storeDateTimeAsTicks=false) | SQLite.SQLiteConnection | |
SQLiteConnection(string databasePath, SQLiteOpenFlags openFlags, bool storeDateTimeAsTicks=false) | SQLite.SQLiteConnection | |
StoreDateTimeAsTicks | SQLite.SQLiteConnection | |
Table< T >() | SQLite.SQLiteConnection | |
TableChanged | SQLite.SQLiteConnection | |
TableMappings | SQLite.SQLiteConnection | |
TimeExecution | SQLite.SQLiteConnection | |
Trace | SQLite.SQLiteConnection | |
Update(object obj) | SQLite.SQLiteConnection | |
Update(object obj, Type objType) | SQLite.SQLiteConnection | |
UpdateAll(System.Collections.IEnumerable objects) | SQLite.SQLiteConnection | |