EngineAgnosticLayerDbAccess Namespace
Database access layer allows calls to be made form the database gateway classes, using slightly different implementations depending on whether it is hitting MS SQL, MySQL, or PostgreSQL
Classes
| Class | Description |
---|
| EalDbAccess | Static library used for synchronous reads from a database, agnostic of the type of
database engine ( i.e., MS SQL, PostgreSQL, etc.. ) |
| EalDbParameter | Database parameter for the Engine Agnostic Layer database access |
| EalDbReaderWrapper | Wrapper for a database data reader and the database connection, to simplify the process
of closing the reader and connection simultaneously |
Enumerations
| Enumeration | Description |
---|
| EalDbTypeEnum | Enumeration tells the type of underlying database connection to create |