SQL - Extended  1.0.0
Pi-Con: Small utilities makes the difference
SQLite.SQLiteAsyncConnection Member List

This is the complete list of members for SQLite.SQLiteAsyncConnection, including all inherited members.

BackupAsync(string destinationDatabasePath, string databaseName="main")SQLite.SQLiteAsyncConnection
CloseAsync()SQLite.SQLiteAsyncConnection
CreateIndexAsync(string tableName, string columnName, bool unique=false)SQLite.SQLiteAsyncConnection
CreateIndexAsync(string indexName, string tableName, string columnName, bool unique=false)SQLite.SQLiteAsyncConnection
CreateIndexAsync(string tableName, string[] columnNames, bool unique=false)SQLite.SQLiteAsyncConnection
CreateIndexAsync(string indexName, string tableName, string[] columnNames, bool unique=false)SQLite.SQLiteAsyncConnection
CreateIndexAsync< T >(Expression< Func< T, object >> property, bool unique=false)SQLite.SQLiteAsyncConnection
CreateTableAsync(Type ty, CreateFlags createFlags=CreateFlags.None)SQLite.SQLiteAsyncConnection
CreateTableAsync< T >(CreateFlags createFlags=CreateFlags.None)SQLite.SQLiteAsyncConnection
CreateTablesAsync(CreateFlags createFlags=CreateFlags.None, params Type[] types)SQLite.SQLiteAsyncConnection
CreateTablesAsync< T, T2 >(CreateFlags createFlags=CreateFlags.None)SQLite.SQLiteAsyncConnection
CreateTablesAsync< T, T2, T3 >(CreateFlags createFlags=CreateFlags.None)SQLite.SQLiteAsyncConnection
CreateTablesAsync< T, T2, T3, T4 >(CreateFlags createFlags=CreateFlags.None)SQLite.SQLiteAsyncConnection
CreateTablesAsync< T, T2, T3, T4, T5 >(CreateFlags createFlags=CreateFlags.None)SQLite.SQLiteAsyncConnection
DatabasePathSQLite.SQLiteAsyncConnection
DateTimeStringFormatSQLite.SQLiteAsyncConnection
DeferredQueryAsync(TableMapping map, string query, params object[] args)SQLite.SQLiteAsyncConnection
DeferredQueryAsync< T >(string query, params object[] args)SQLite.SQLiteAsyncConnection
DeleteAllAsync(TableMapping map)SQLite.SQLiteAsyncConnection
DeleteAllAsync< T >()SQLite.SQLiteAsyncConnection
DeleteAsync(object objectToDelete)SQLite.SQLiteAsyncConnection
DeleteAsync(object primaryKey, TableMapping map)SQLite.SQLiteAsyncConnection
DeleteAsync< T >(object primaryKey)SQLite.SQLiteAsyncConnection
DropTableAsync(TableMapping map)SQLite.SQLiteAsyncConnection
DropTableAsync< T >()SQLite.SQLiteAsyncConnection
EnableLoadExtensionAsync(bool enabled)SQLite.SQLiteAsyncConnection
EnableWriteAheadLoggingAsync()SQLite.SQLiteAsyncConnection
ExecuteAsync(string query, params object[] args)SQLite.SQLiteAsyncConnection
ExecuteScalarAsync< T >(string query, params object[] args)SQLite.SQLiteAsyncConnection
FindAsync(object pk, TableMapping map)SQLite.SQLiteAsyncConnection
FindAsync< T >(object pk)SQLite.SQLiteAsyncConnection
FindAsync< T >(Expression< Func< T, bool >> predicate)SQLite.SQLiteAsyncConnection
FindWithQueryAsync(TableMapping map, string query, params object[] args)SQLite.SQLiteAsyncConnection
FindWithQueryAsync< T >(string query, params object[] args)SQLite.SQLiteAsyncConnection
GetAsync(object pk, TableMapping map)SQLite.SQLiteAsyncConnection
GetAsync< T >(object pk)SQLite.SQLiteAsyncConnection
GetAsync< T >(Expression< Func< T, bool >> predicate)SQLite.SQLiteAsyncConnection
GetBusyTimeout()SQLite.SQLiteAsyncConnection
GetConnection()SQLite.SQLiteAsyncConnection
GetMappingAsync(Type type, CreateFlags createFlags=CreateFlags.None)SQLite.SQLiteAsyncConnection
GetMappingAsync< T >(CreateFlags createFlags=CreateFlags.None)SQLite.SQLiteAsyncConnection
GetTableInfoAsync(string tableName)SQLite.SQLiteAsyncConnection
InsertAllAsync(IEnumerable objects, bool runInTransaction=true)SQLite.SQLiteAsyncConnection
InsertAllAsync(IEnumerable objects, string extra, bool runInTransaction=true)SQLite.SQLiteAsyncConnection
InsertAllAsync(IEnumerable objects, Type objType, bool runInTransaction=true)SQLite.SQLiteAsyncConnection
InsertAsync(object obj)SQLite.SQLiteAsyncConnection
InsertAsync(object obj, Type objType)SQLite.SQLiteAsyncConnection
InsertAsync(object obj, string extra)SQLite.SQLiteAsyncConnection
InsertAsync(object obj, string extra, Type objType)SQLite.SQLiteAsyncConnection
InsertOrReplaceAsync(object obj)SQLite.SQLiteAsyncConnection
InsertOrReplaceAsync(object obj, Type objType)SQLite.SQLiteAsyncConnection
LibVersionNumberSQLite.SQLiteAsyncConnection
QueryAsync(TableMapping map, string query, params object[] args)SQLite.SQLiteAsyncConnection
QueryAsync< T >(string query, params object[] args)SQLite.SQLiteAsyncConnection
QueryScalarsAsync< T >(string query, params object[] args)SQLite.SQLiteAsyncConnection
ResetPool()SQLite.SQLiteAsyncConnectionstatic
RunInTransactionAsync(Action< SQLiteConnection > action)SQLite.SQLiteAsyncConnection
SetBusyTimeoutAsync(TimeSpan value)SQLite.SQLiteAsyncConnection
SQLiteAsyncConnection(string databasePath, bool storeDateTimeAsTicks=true)SQLite.SQLiteAsyncConnection
SQLiteAsyncConnection(string databasePath, SQLiteOpenFlags openFlags, bool storeDateTimeAsTicks=true)SQLite.SQLiteAsyncConnection
SQLiteAsyncConnection(SQLiteConnectionString connectionString)SQLite.SQLiteAsyncConnection
StoreDateTimeAsTicksSQLite.SQLiteAsyncConnection
StoreTimeSpanAsTicksSQLite.SQLiteAsyncConnection
Table< T >()SQLite.SQLiteAsyncConnection
TableMappingsSQLite.SQLiteAsyncConnection
TimeExecutionSQLite.SQLiteAsyncConnection
TraceSQLite.SQLiteAsyncConnection
TracerSQLite.SQLiteAsyncConnection
UpdateAllAsync(IEnumerable objects, bool runInTransaction=true)SQLite.SQLiteAsyncConnection
UpdateAsync(object obj)SQLite.SQLiteAsyncConnection
UpdateAsync(object obj, Type objType)SQLite.SQLiteAsyncConnection