Click or drag to resize

SqliteProvider Class

SQL Lite provider
Inheritance Hierarchy
SystemObject
  SanteDB.OrmLite.ProvidersSqliteProvider

Namespace:  SanteDB.OrmLite.Providers
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public class SqliteProvider : IDbProvider

The SqliteProvider type exposes the following members.

Constructors
  NameDescription
Public methodSqliteProvider
New sqlite provider
Top
Properties
  NameDescription
Public propertyCanCancelCommands
True if commands can be cancel
Public propertyConnectionString
Gets or sets the connection string for this provier
Public propertyFeatures
Features of the SQL engine
Public propertyInvariant
Get the name of the provider
Public propertyMonitorProbe
Gets ht emonitor probe
Public propertyReadonlyConnectionString
Gets or sets the readonly connection string
Public propertyTraceSql
Gets or sets the trace SQL flag
Top
Methods
  NameDescription
Public methodCloneConnection
Clone this connection
Public methodConvertValue
Convert object
Public methodCount
Return exists
Public methodCreateCommand(DataContext, SqlStatement)
Create a command from the specified contxt with sql statement
Public methodCreateCommand(DataContext, String, Object)
Create command from string and params
Public methodCreateIndex
Create the statement to define the index
Public methodCreateSqlKeyword
Create SQL keyword
Public methodCreateStoredProcedureCommand
Create stored procedure command
Public methodDropIndex
Create the statement to drop the specified index
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExists
Return exists
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDatabaseName
Public methodGetFilterFunction
Gets the filter function
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIndexFunction
Gets the filter function
Public methodGetReadonlyConnection
Gets read only connection
Public methodGetResetSequence
Reset sequence
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWriteConnection
Get a write connection
Public methodLock
Lock the specified connection
Public methodMapParameterType
Map a parameter type from the provided type
Public methodMapSchemaDataType
Map datatype
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReturning
Returning statement
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
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 MethodGetInstanceOfTDomain
Gets an instance of TDomain from me
(Defined by ModelExtensions.)
Public Extension MethodUpgradeSchema
Upgrade the schema
(Defined by SqlFeatureUtil.)
Top
See Also