Structs§
- COLNAME_
CACHE - Global column-name cache keyed by raw SQL text, shared by MemDB queries.
Functions§
- query
- query_
cached - query_
first_ row - Query first row and map columns into RowData with column names preserved.
- query_
first_ row_ cached - Same as
query_first_rowbut with a shared column-names cache to reduce metadata lookups.