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 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.