Data
Table of Contents
Namespaces
Interfaces
- IDbBackend
- Information about a database layer. Should not have any external dependencies.
- IDbConnection
- Represents a connection to a database service.
- IDbConnectionInfo
- Base type for database connection info.
- IDbResult
- Represents a database result set.
- IDbStatement
- Represents a prepared database statement.
- IDbTransactions
- Indicates supports for transactions in a database connection.
Classes
- DbResultIterator
- Implements an iterator and constructor wrapper for IDbResult.
- DbStatementCache
- Container to avoid having many prepared instances of the same query.
- DbTools
- Common database actions.
- DbType
- Map of common database types.
Traits
- DbResultTrait
- Implements common IDbResult methods.