IDbMonitorProvider Interface |
Namespace: SanteDB.OrmLite.Providers
The IDbMonitorProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| CanCancelCommands |
True if this provider can cancel commands
(Inherited from IDbProvider.) | |
| ConnectionString |
Read/write connection string
(Inherited from IDbProvider.) | |
| Features |
Gets the features of the database back-end
(Inherited from IDbProvider.) | |
| Invariant |
Get name of the provider
(Inherited from IDbProvider.) | |
| MonitorProbe |
Gets the prove for the provider
(Inherited from IDbProvider.) | |
| ReadonlyConnectionString |
Readonly (mirror) connection string
(Inherited from IDbProvider.) | |
| TraceSql |
Trace SQL commands
(Inherited from IDbProvider.) |
| Name | Description | |
|---|---|---|
| CloneConnection |
Get connection to a specified connection string
(Inherited from IDbProvider.) | |
| ConvertValue |
Convert value
(Inherited from IDbProvider.) | |
| Count |
Creates an Exists statement
(Inherited from IDbProvider.) | |
| CreateCommand(DataContext, SqlStatement) |
Creates a command on the specified transaction
(Inherited from IDbProvider.) | |
| CreateCommand(DataContext, String, Object) |
Create command with specified text and parameters
(Inherited from IDbProvider.) | |
| CreateIndex |
Create the statement to define the index
(Inherited from IDbProvider.) | |
| CreateSqlKeyword |
Create SQL keyword
(Inherited from IDbProvider.) | |
| CreateStoredProcedureCommand |
Creates a stored procedure call command
(Inherited from IDbProvider.) | |
| DropIndex |
Create the statement to drop the specified index
(Inherited from IDbProvider.) | |
| Exists |
Creates an Exists statement
(Inherited from IDbProvider.) | |
| GetDatabaseName |
Get the name of the database
(Inherited from IDbProvider.) | |
| GetFilterFunction |
Gets the specified filter function
(Inherited from IDbProvider.) | |
| GetIndexFunction |
Gets the specified indexing function
(Inherited from IDbProvider.) | |
| GetReadonlyConnection |
Retrieves a readonly connection
(Inherited from IDbProvider.) | |
| GetResetSequence |
Gets the reset sequence command
(Inherited from IDbProvider.) | |
| GetWriteConnection |
Retrieves a read/writer connection
(Inherited from IDbProvider.) | |
| Lock |
Get a lock for the database
(Inherited from IDbProvider.) | |
| MapParameterType |
Map a type to parameter type
(Inherited from IDbProvider.) | |
| MapSchemaDataType |
Map datatype
(Inherited from IDbProvider.) | |
| Returning |
Appends a RETURNING statement
(Inherited from IDbProvider.) | |
| StatActivity |
Stats the database to get running queries and state
|
| Name | Description | |
|---|---|---|
| UpgradeSchema |
Upgrade the schema
(Defined by SqlFeatureUtil.) |