Db
Table of Contents
Namespaces
Interfaces
- DbBackend
- Information about a database layer. Should not have any external dependencies.
- DbConnection
- Represents a connection to a database service.
- DbConnectionInfo
- Base type for database connection info.
- DbResult
- Represents a database result set.
- DbStatement
- Represents a prepared database statement.
- DbTransaction
- Represents a transaction to be performed on the database.
Classes
- DbBackends
- Provides a registry of database backends.
- DbResultIterator
- Implements an iterator and constructor wrapper for DbResult.
- 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 DbResult methods.