Click or drag to resize

IDbMonitorProvider Interface

Represents a monitoring DB provider

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

The IDbMonitorProvider type exposes the following members.

Properties
  NameDescription
Public propertyCanCancelCommands
True if this provider can cancel commands
(Inherited from IDbProvider.)
Public propertyConnectionString
Read/write connection string
(Inherited from IDbProvider.)
Public propertyFeatures
Gets the features of the database back-end
(Inherited from IDbProvider.)
Public propertyInvariant
Get name of the provider
(Inherited from IDbProvider.)
Public propertyMonitorProbe
Gets the prove for the provider
(Inherited from IDbProvider.)
Public propertyReadonlyConnectionString
Readonly (mirror) connection string
(Inherited from IDbProvider.)
Public propertyTraceSql
Trace SQL commands
(Inherited from IDbProvider.)
Top
Methods
  NameDescription
Public methodCloneConnection
Get connection to a specified connection string
(Inherited from IDbProvider.)
Public methodConvertValue
Convert value
(Inherited from IDbProvider.)
Public methodCount
Creates an Exists statement
(Inherited from IDbProvider.)
Public methodCreateCommand(DataContext, SqlStatement)
Creates a command on the specified transaction
(Inherited from IDbProvider.)
Public methodCreateCommand(DataContext, String, Object)
Create command with specified text and parameters
(Inherited from IDbProvider.)
Public methodCreateIndex
Create the statement to define the index
(Inherited from IDbProvider.)
Public methodCreateSqlKeyword
Create SQL keyword
(Inherited from IDbProvider.)
Public methodCreateStoredProcedureCommand
Creates a stored procedure call command
(Inherited from IDbProvider.)
Public methodDropIndex
Create the statement to drop the specified index
(Inherited from IDbProvider.)
Public methodExists
Creates an Exists statement
(Inherited from IDbProvider.)
Public methodGetDatabaseName
Get the name of the database
(Inherited from IDbProvider.)
Public methodGetFilterFunction
Gets the specified filter function
(Inherited from IDbProvider.)
Public methodGetIndexFunction
Gets the specified indexing function
(Inherited from IDbProvider.)
Public methodGetReadonlyConnection
Retrieves a readonly connection
(Inherited from IDbProvider.)
Public methodGetResetSequence
Gets the reset sequence command
(Inherited from IDbProvider.)
Public methodGetWriteConnection
Retrieves a read/writer connection
(Inherited from IDbProvider.)
Public methodLock
Get a lock for the database
(Inherited from IDbProvider.)
Public methodMapParameterType
Map a type to parameter type
(Inherited from IDbProvider.)
Public methodMapSchemaDataType
Map datatype
(Inherited from IDbProvider.)
Public methodReturning
Appends a RETURNING statement
(Inherited from IDbProvider.)
Public methodStatActivity
Stats the database to get running queries and state
Top
Extension Methods
  NameDescription
Public Extension MethodUpgradeSchema
Upgrade the schema
(Defined by SqlFeatureUtil.)
Top
See Also