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. Each method delegates to its String connectionId counterpart, keeping the original API stable while removing the manual conn.id plumbing at call sites.
ITransactionServiceConnectionOverloads on ITransactionService
Ergonomic overloads for ITransactionService. See IQueryServiceConnectionOverloads for the rationale.