SQLINQ Class Library  (April 2015)
Using SQLINQ to transform UML to C#
Assets.SQLINQ.SQLite.Net.SQLiteConnection Member List

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

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