Rebornbuddy
Loading...
Searching...
No Matches
SQLite.SQLiteConnection Member List

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

BeginTransaction()SQLite.SQLiteConnection
BusyTimeoutSQLite.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
DatabasePathSQLite.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.SQLiteConnectionprotectedvirtual
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
HandleSQLite.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
IsInTransactionSQLite.SQLiteConnection
NewCommand()SQLite.SQLiteConnectionprotectedvirtual
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
StoreDateTimeAsTicksSQLite.SQLiteConnection
Table< T >()SQLite.SQLiteConnection
TableChangedSQLite.SQLiteConnection
TableMappingsSQLite.SQLiteConnection
TimeExecutionSQLite.SQLiteConnection
TraceSQLite.SQLiteConnection
Update(object obj)SQLite.SQLiteConnection
Update(object obj, Type objType)SQLite.SQLiteConnection
UpdateAll(System.Collections.IEnumerable objects)SQLite.SQLiteConnection