Sante |
| Class | Description | |
|---|---|---|
| AdoNetConfigurationProvider | Represents a base ADO.NET data provider | |
| DbStatementReport | Represents a single database status record | |
| OrmBackupRestoreServiceBaseTOrmConfiguration | Provides a base class for any ORM based provider which needs backup and restore | |
| OrmProviderManager | ORM Provider manager |
| Interface | Description | |
|---|---|---|
| IDbBackupProvider | Implementers claim to be a IDbProvider which can generate and restore the database contents to/from a data stream | |
| IDbEncryptor | Represents an implementation of a data encryptor (for ALE) | |
| IDbFilterFunction | Represents a filter function for database | |
| IDbIndexFunction | A function which can translate codes to indexing | |
| IDbInitializedFilterFunction | Represents a IDbFilterFunction which requires the loading of external libraries or setup | |
| IDbMonitorProvider | Represents a monitoring DB provider | |
| IDbProvider | Data provider | |
| IDbStatementFactory | Represents a class which can create statements for various providers | |
| IDbWriteBackProvider | Marks a provider which shields an underlying disk database with a memory writeback cache | |
| IDisableConstraintProvider | Represents a database provider that can disable or enable constraints progammatically | |
| IEncryptedDbProvider | Represents a DB provider that can perform Application Level Encryption | |
| IOrmEncryptionSettings | Represents encryption settings |
| Enumeration | Description | |
|---|---|---|
| DbStatementStatus | States of the database statements which are returned from StatActivity | |
| SqlEngineFeatures | Represents features of SQL engine | |
| SqlKeyword | SQL Keywords |