LockableSQLiteConnection Class |
Namespace: SanteDB.DisconnectedClient.SQLite.Connection
The LockableSQLiteConnection type exposes the following members.
| Name | Description | |
|---|---|---|
| LockableSQLiteConnection |
Constructor for locable sqlite connection
|
| Name | Description | |
|---|---|---|
| BusyTimeout | (Inherited from SQLiteConnection.) | |
| ColumnInformationProvider | (Inherited from SQLiteConnection.) | |
| ConnectionString |
Get the connection string
| |
| DatabasePath | (Inherited from SQLiteConnection.) | |
| ExtraTypeMappings | (Inherited from SQLiteConnection.) | |
| Handle | (Inherited from SQLiteConnection.) | |
| IsDisposed |
True if disposed
| |
| IsEntered |
True if the connection is entered on this thread
| |
| IsInTransaction | (Inherited from SQLiteConnection.) | |
| IsReadonly |
True if the connection is readonly
| |
| Platform | (Inherited from SQLiteConnection.) | |
| Resolver | (Inherited from SQLiteConnection.) | |
| Serializer | (Inherited from SQLiteConnection.) | |
| StoreDateTimeAsTicks | (Inherited from SQLiteConnection.) | |
| TableMappings | (Inherited from SQLiteConnection.) | |
| TimeExecution | (Inherited from SQLiteConnection.) | |
| TraceListener | (Inherited from SQLiteConnection.) |
| Name | Description | |
|---|---|---|
| BeginTransaction | (Inherited from SQLiteConnection.) | |
| Close | (Inherited from SQLiteConnection.) | |
| Commit | (Inherited from SQLiteConnection.) | |
| CreateCommand | (Inherited from SQLiteConnection.) | |
| CreateDatabaseBackup | (Inherited from SQLiteConnection.) | |
| CreateIndex(String, String, Boolean) | (Inherited from SQLiteConnection.) | |
| CreateIndex(String, String, Boolean) | (Inherited from SQLiteConnection.) | |
| CreateIndex(String, String, String, Boolean) | (Inherited from SQLiteConnection.) | |
| CreateIndex(String, String, String, Boolean) | (Inherited from SQLiteConnection.) | |
| CreateIndex``1(ExpressionFuncUMP, Object, Boolean) | (Inherited from SQLiteConnection.) | |
| CreateTable(Type, CreateFlags) | (Inherited from SQLiteConnection.) | |
| CreateTable``1(CreateFlags) | (Inherited from SQLiteConnection.) | |
| DeferredQuery(TableMapping, String, Object) | (Inherited from SQLiteConnection.) | |
| DeferredQuery``1(String, Object) | (Inherited from SQLiteConnection.) | |
| Delete | (Inherited from SQLiteConnection.) | |
| DeleteAll(Type) | (Inherited from SQLiteConnection.) | |
| DeleteAll``1 | (Inherited from SQLiteConnection.) | |
| Dispose | (Inherited from SQLiteConnection.) | |
| Dispose(Boolean) |
Dispose
(Overrides SQLiteConnection.Dispose(Boolean).) | |
| DropTable(Type) | (Inherited from SQLiteConnection.) | |
| DropTable``1 | (Inherited from SQLiteConnection.) | |
| EnableLoadExtension | (Inherited from SQLiteConnection.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Execute | (Inherited from SQLiteConnection.) | |
| ExecuteScalar``1 | (Inherited from SQLiteConnection.) | |
| Finalize | (Inherited from SQLiteConnection.) | |
| Find(Object, TableMapping) | (Inherited from SQLiteConnection.) | |
| Find``1(ExpressionFuncUMP, Boolean) | (Inherited from SQLiteConnection.) | |
| Find``1(Object) | (Inherited from SQLiteConnection.) | |
| FindWithQuery``1 | (Inherited from SQLiteConnection.) | |
| Get``1(ExpressionFuncUMP, Boolean) | (Inherited from SQLiteConnection.) | |
| Get``1(Object) | (Inherited from SQLiteConnection.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetMapping(Type, CreateFlags) | (Inherited from SQLiteConnection.) | |
| GetMapping``1 | (Inherited from SQLiteConnection.) | |
| GetTableInfo | (Inherited from SQLiteConnection.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Insert(Object) | (Inherited from SQLiteConnection.) | |
| Insert(Object, String) | (Inherited from SQLiteConnection.) | |
| Insert(Object, Type) | (Inherited from SQLiteConnection.) | |
| Insert(Object, String, Type) | (Inherited from SQLiteConnection.) | |
| InsertAll(IEnumerable, Boolean) | (Inherited from SQLiteConnection.) | |
| InsertAll(IEnumerable, String, Boolean) | (Inherited from SQLiteConnection.) | |
| InsertAll(IEnumerable, Type, Boolean) | (Inherited from SQLiteConnection.) | |
| InsertOrIgnore(Object) | (Inherited from SQLiteConnection.) | |
| InsertOrIgnore(Object, Type) | (Inherited from SQLiteConnection.) | |
| InsertOrIgnoreAll | (Inherited from SQLiteConnection.) | |
| InsertOrReplace(Object) | (Inherited from SQLiteConnection.) | |
| InsertOrReplace(Object, Type) | (Inherited from SQLiteConnection.) | |
| InsertOrReplaceAll(IEnumerable) | (Inherited from SQLiteConnection.) | |
| InsertOrReplaceAll(IEnumerable, Type) | (Inherited from SQLiteConnection.) | |
| Lock |
Locks the connection file
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MigrateTable(Type) | (Inherited from SQLiteConnection.) | |
| MigrateTable``1 | (Inherited from SQLiteConnection.) | |
| NewCommand | (Inherited from SQLiteConnection.) | |
| Query(TableMapping, String, Object) | (Inherited from SQLiteConnection.) | |
| Query``1(String, Object) | (Inherited from SQLiteConnection.) | |
| Release | (Inherited from SQLiteConnection.) | |
| Rollback | (Inherited from SQLiteConnection.) | |
| RollbackTo | (Inherited from SQLiteConnection.) | |
| RunInTransaction | (Inherited from SQLiteConnection.) | |
| SaveTransactionPoint | (Inherited from SQLiteConnection.) | |
| Table``1 | (Inherited from SQLiteConnection.) | |
| ToString |
Represent this as a string
(Overrides ObjectToString.) | |
| Update(Object) | (Inherited from SQLiteConnection.) | |
| Update(Object, Type) | (Inherited from SQLiteConnection.) | |
| UpdateAll | (Inherited from SQLiteConnection.) | |
| Wait |
Wait for the connection to become available
|
| Name | Description | |
|---|---|---|
| m_lockCount |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) | |
| GetInstanceOfTDomain |
Gets an instance of TDomain from me
(Defined by ModelExtensions.) | |
| Prepare |
Creates a prepared statmeent
(Defined by SQLiteConnectionExtensions.) | |
| PrepareDelete(Type) | Overloaded.
Prepare an insert statement
(Defined by SQLiteConnectionExtensions.) | |
| PrepareDeleteT(ExpressionFuncT, Object) | Overloaded.
Prepare a delete statement
(Defined by SQLiteConnectionExtensions.) | |
| PrepareInsert(Type) | Overloaded.
Prepare an insert statement
(Defined by SQLiteConnectionExtensions.) | |
| PrepareInsertT | Overloaded.
Prepare a insert statement
(Defined by SQLiteConnectionExtensions.) |