AllToMany< T >(List< T > baseRecords, bool isRecursive, bool fetchManyToMany) | SQLite.SQLiteConnection | |
Backup(string destinationDatabasePath, string databaseName="main") | SQLite.SQLiteConnection | |
BeginTransaction() | SQLite.SQLiteConnection | |
BusyTimeout | SQLite.SQLiteConnection | |
CheckManyToMany(Type typeLeftTable) | SQLite.SQLiteConnection | |
CheckManyToMany< T >() | SQLite.SQLiteConnection | |
CleanManyToManyRefTable(Type type) | SQLite.SQLiteConnection | |
CleanManyToManyRefTable(ManyToManyStructure mtm) | SQLite.SQLiteConnection | |
Close() | SQLite.SQLiteConnection | |
Commit() | SQLite.SQLiteConnection | |
CreateCommand(string cmdText, params object[] ps) | SQLite.SQLiteConnection | |
CreateCommand(string cmdText, Dictionary< string, object > args) (defined in SQLite.SQLiteConnection) | 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 | |
CreateTables(CreateFlags createFlags=CreateFlags.None, params Type[] types) | SQLite.SQLiteConnection | |
CreateTables< T, T2 >(CreateFlags createFlags=CreateFlags.None) | SQLite.SQLiteConnection | |
CreateTables< T, T2, T3 >(CreateFlags createFlags=CreateFlags.None) | SQLite.SQLiteConnection | |
CreateTables< T, T2, T3, T4 >(CreateFlags createFlags=CreateFlags.None) | SQLite.SQLiteConnection | |
CreateTables< T, T2, T3, T4, T5 >(CreateFlags createFlags=CreateFlags.None) | SQLite.SQLiteConnection | |
DatabasePath | SQLite.SQLiteConnection | |
DateTimeStringFormat | 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(object primaryKey, TableMapping map) | SQLite.SQLiteConnection | |
Delete< T >(object primaryKey) | SQLite.SQLiteConnection | |
Delete< T >(Expression< Func< T, bool >> predicate) | SQLite.SQLiteConnection | |
DeleteAll(TableMapping map) | SQLite.SQLiteConnection | |
DeleteAll< T >() | SQLite.SQLiteConnection | |
Dispose() | SQLite.SQLiteConnection | |
Dispose(bool disposing) | SQLite.SQLiteConnection | protectedvirtual |
DropTable(TableMapping map) | SQLite.SQLiteConnection | |
DropTable< T >() | SQLite.SQLiteConnection | |
EnableLoadExtension(bool enabled) | SQLite.SQLiteConnection | |
EnableWriteAheadLogging() | 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 | |
FindWithQuery(TableMapping map, string query, params object[] args) | SQLite.SQLiteConnection | |
FindWithQuery< T >(string query, params object[] args) | SQLite.SQLiteConnection | |
ForeignKeys | SQLite.SQLiteConnection | |
Get(object pk, TableMapping map) | SQLite.SQLiteConnection | |
Get< T >(object pk) | SQLite.SQLiteConnection | |
Get< T >(Expression< Func< T, bool >> predicate) | SQLite.SQLiteConnection | |
GetMapping(Type type, CreateFlags createFlags=CreateFlags.None, object obj=null, SQLiteConnection conn=null) | SQLite.SQLiteConnection | |
GetMapping< T >(CreateFlags createFlags=CreateFlags.None) | 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, bool runInTransaction=true) | SQLite.SQLiteConnection | |
InsertAll(System.Collections.IEnumerable objects, string extra, bool runInTransaction=true) | SQLite.SQLiteConnection | |
InsertAll(System.Collections.IEnumerable objects, Type objType, bool runInTransaction=true) | SQLite.SQLiteConnection | |
InsertOrReplace(object obj) | SQLite.SQLiteConnection | |
InsertOrReplace(object obj, Type objType) | SQLite.SQLiteConnection | |
IsInTransaction | SQLite.SQLiteConnection | |
LibVersionNumber | SQLite.SQLiteConnection | |
LookForObject(Object obj, ManyToManyStructure mtm) | SQLite.SQLiteConnection | |
MakePredicate< T >(string columnName, Object parentIdObj) | SQLite.SQLiteConnection | |
ManyToMany< T >(List< T > baseRecords, bool isRecursive=false) | SQLite.SQLiteConnection | |
NewCommand() | SQLite.SQLiteConnection | protectedvirtual |
PksLastUsed | SQLite.SQLiteConnection | |
PragmaForeignKeys | SQLite.SQLiteConnection | |
Query(TableMapping map, string query, params object[] args) | SQLite.SQLiteConnection | |
Query< T >(string query, params object[] args) | SQLite.SQLiteConnection | |
QueryFk< T >(string queyrstring) | SQLite.SQLiteConnection | |
QueryMtM< T >(string query, params object[] args) | SQLite.SQLiteConnection | |
QueryScalars< T >(string query, params object[] args) | SQLite.SQLiteConnection | |
RelatedData< T >(Object currentObject) | SQLite.SQLiteConnection | |
RelatedManyData< T >(Object currentObject, bool isRecursive) | SQLite.SQLiteConnection | |
Release(string savepoint) | SQLite.SQLiteConnection | |
ResetAllValues() | SQLite.SQLiteConnection | |
Rollback() | SQLite.SQLiteConnection | |
RollbackTo(string savepoint) | SQLite.SQLiteConnection | |
RunInTransaction(Action action) | SQLite.SQLiteConnection | |
SaveTransactionPoint() | SQLite.SQLiteConnection | |
SetForeignKeysPragma(bool setOn=false) | SQLite.SQLiteConnection | |
SQLiteConnection(string databasePath, bool storeDateTimeAsTicks=true) | SQLite.SQLiteConnection | |
SQLiteConnection(string databasePath, SQLiteOpenFlags openFlags, bool storeDateTimeAsTicks=true) | SQLite.SQLiteConnection | |
SQLiteConnection(SQLiteConnectionString connectionString) | SQLite.SQLiteConnection | |
StoreDateTimeAsTicks | SQLite.SQLiteConnection | |
StoreTimeSpanAsTicks | SQLite.SQLiteConnection | |
Table< T >() | SQLite.SQLiteConnection | |
TableAllToMany< T >(bool isRecursive=false) | SQLite.SQLiteConnection | |
TableAllToMany< T >(Expression< Func< T, bool >> predicate, bool isRecursive=false) | SQLite.SQLiteConnection | |
TableAllToMany< T >(Expression< Func< T, bool >> predicate, bool isRecursive=true, bool fetchManyToMany=true) | SQLite.SQLiteConnection | |
TableChanged | SQLite.SQLiteConnection | |
TableManyToMany< T >(bool isRecursive=false) | SQLite.SQLiteConnection | |
TableMappings | SQLite.SQLiteConnection | |
TableOneToMany< T >(bool isRecursive=false) | SQLite.SQLiteConnection | |
TableOneToMany< T >(Expression< Func< T, bool >> predicate, bool isRecursive=false) | SQLite.SQLiteConnection | |
TableOrder | SQLite.SQLiteConnection | |
TablesManyToMany< T >(Expression< Func< T, bool >> predicate, bool isRecursive=false) | SQLite.SQLiteConnection | |
TimeExecution | SQLite.SQLiteConnection | |
Trace | SQLite.SQLiteConnection | |
Tracer | SQLite.SQLiteConnection | |
Update(object obj) | SQLite.SQLiteConnection | |
Update(object obj, Type objType) | SQLite.SQLiteConnection | |
UpdateAll(System.Collections.IEnumerable objects, bool runInTransaction=true) | SQLite.SQLiteConnection | |
UpSert(object obj) | SQLite.SQLiteConnection | |
UpSert(object obj, Type objType, bool resetValues=true, bool manyToManyClean=false) | SQLite.SQLiteConnection | |
UpSertAll(IEnumerable objects, bool runInTransaction=true, bool resetValues=true, bool manyToManyClean=false) | SQLite.SQLiteConnection | |
WriteManyToManyRefTable(object obj) | SQLite.SQLiteConnection | |
WriteManyToManyRefTable(object obj, ManyToManyStructure mtm) | SQLite.SQLiteConnection | |
WriteManyToManyRefTable(object obj, Type objType, ManyToManyStructure mtm) | SQLite.SQLiteConnection | |