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
connectionIdstring. Each method delegates to itsString connectionIdcounterpart, keeping the original API stable while removing the manualconn.idplumbing at call sites. - ITransactionServiceConnectionOverloads on ITransactionService
-
Ergonomic overloads for ITransactionService. See
IQueryServiceConnectionOverloadsfor the rationale.