Click or drag to resize

SqliteWriteBackProvider Class

An implementation of a SQLite data provider that creates write-back connections
Inheritance Hierarchy
SystemObject
  SanteDB.OrmLite.Providers.SqliteSqliteProvider
    SanteDB.OrmLite.Providers.SqliteSqliteWriteBackProvider

Namespace: SanteDB.OrmLite.Providers.Sqlite
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public class SqliteWriteBackProvider : SqliteProvider, 
	IDisposable, IReportProgressChanged, IDbWriteBackProvider, IDbProvider

The SqliteWriteBackProvider type exposes the following members.

Constructors
 NameDescription
Public methodSqliteWriteBackProvider Writeback provider
Top
Properties
 NameDescription
Public propertyCanCancelCommands True if commands can be cancel
(Inherited from SqliteProvider)
Public propertyConnectionString Gets or sets the connection string for this provier
(Inherited from SqliteProvider)
Public propertyInvariant Get the name of the provider
(Inherited from SqliteProvider)
Public propertyMonitorProbe Gets ht emonitor probe
(Inherited from SqliteProvider)
Public propertyReadonlyConnectionString Gets or sets the readonly connection string
(Inherited from SqliteProvider)
Public propertyStatementFactory Gets the statement factory for this provider
(Inherited from SqliteProvider)
Public propertyTraceSql Gets or sets the trace SQL flag
(Inherited from SqliteProvider)
Top
Methods
 NameDescription
Public methodBackupToStream Backup the contents of the database this provider represents to backupStream
(Inherited from SqliteProvider)
Protected methodClearPools Clear all pools
(Inherited from SqliteProvider)
Public methodCloneConnection Clone this connection
(Inherited from SqliteProvider)
Public methodConvertValue(Object, Type) Convert object
(Inherited from SqliteProvider)
Public methodConvertValueT(Object) Convert value
(Inherited from SqliteProvider)
Public methodCreateCommand(DataContext, SqlStatement) Create a command from the specified contxt with sql statement
(Inherited from SqliteProvider)
Public methodCreateCommand(DataContext, String, Object) Create command from string and params
(Inherited from SqliteProvider)
Public methodCreateStoredProcedureCommand Create stored procedure command
(Inherited from SqliteProvider)
Public methodDispose Dispose the threads
(Overrides SqliteProviderDispose)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Protected methodFireProgressChanged Fire progress changed event
(Inherited from SqliteProvider)
Public methodFlushWriteBackCache Flush the write-back cache.
Public methodGetDatabaseName Get the database name
(Overrides SqliteProviderGetDatabaseName)
Public methodGetEncryptionProvider Get the encryption provider
(Inherited from SqliteProvider)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetPersistentConnection Get a persistent connection
Protected methodGetProviderFactory Get provider factory
(Inherited from SqliteProvider)
Public methodGetReadonlyConnection Gets read only connection
(Overrides SqliteProviderGetReadonlyConnection)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetWriteConnection Get a write connection
(Overrides SqliteProviderGetWriteConnection)
Protected methodGetWriteConnectionInternal Get write connection internal overide the foreign keys
(Inherited from SqliteProvider)
Public methodInitializeConnection Allows te database connection provider to initialize the connection
(Overrides SqliteProviderInitializeConnection(IDbConnection))
Public methodMapParameterType Map a parameter type from the provided type
(Inherited from SqliteProvider)
Public methodMapSchemaDataType Map datatype
(Inherited from SqliteProvider)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodMigrateEncryption Migrate the encryption
(Inherited from SqliteProvider)
Public methodOptimize Optimize the database on disk not in memory
(Overrides SqliteProviderOptimize)
Public methodRestoreFromStream Restore the contents of the database from restoreStream to the database this provider represents
(Inherited from SqliteProvider)
Public methodSetEncryptionSettings Set the encryption settings
(Inherited from SqliteProvider)
Public methodStatActivity Implement this later
(Inherited from SqliteProvider)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventProgressChanged Fired when the progress of this instance has changed
(Inherited from SqliteProvider)
Top
Fields
 NameDescription
Protected fieldm_lockoutEvent
(Inherited from SqliteProvider)
Top
Extension Methods
 NameDescription
Public Extension MethodConvertTReturn 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)
Public Extension MethodCreateBackupAsset Create a backup asset for a provider
(Defined by SqlFeatureUtil)
Public Extension MethodGetDataConfigurationProvider Get the configuration provider
(Defined by SqlFeatureUtil)
Public Extension MethodRestoreBackupAsset Restore a backup asset
(Defined by SqlFeatureUtil)
Public Extension MethodUpgradeSchema Upgrade schema
(Defined by SqlFeatureUtil)
Public Extension MethodUpgradeSchema Upgrade the schema
(Defined by SqlFeatureUtil)
Public Extension MethodWithControl With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions)
Top
See Also