An SqlResult iterates over this type if SqlStatementOptions.returnRawResult is set to false (by default false) while executing an SQL query.
false
Keys are column names and values are values in the SQL row.
Represents one of SqlRow and SqlRowAsObject.
Generated using TypeDoc
An SqlResult iterates over this type if SqlStatementOptions.returnRawResult is set to
false
(by defaultfalse
) while executing an SQL query.Keys are column names and values are values in the SQL row.