application/services/i_query_service library
Classes
- IQueryService
-
Query-shaped operations subset of
IOdbcService.
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.