application/services/odbc_service library

Classes

IAdminService
Administrative / lifecycle operations subset of IOdbcService.
IOdbcService
Interface for ODBC service operations.
IPoolService
Pool-shaped operations subset of IOdbcService.
IQueryService
Query-shaped operations subset of IOdbcService.
ITransactionService
Transaction-shaped operations subset of IOdbcService.
OdbcService
High-level ODBC service that provides simplified API for database operations.

Extensions

IQueryServiceConnectionOverloads on IQueryService
Ergonomic overloads that take a Connection directly instead of a raw connectionId string.
ITransactionServiceConnectionOverloads on ITransactionService
Ergonomic overloads for ITransactionService. See IQueryServiceConnectionOverloads for the rationale.