Skip to main content
Version: Next

QueryResult

age-schema-client v0.5.0


age-schema-client / QueryResult

Interface: QueryResult<T>

Defined in: src/db/query.ts:12

Query result

Type Parameters

Type ParameterDefault type
Tany

Properties

PropertyTypeDescriptionDefined in
rowsT[]Result rowssrc/db/query.ts:16
rowCountnumberRow countsrc/db/query.ts:21
fieldsQueryResultField[]Field informationsrc/db/query.ts:26
commandstringCommandsrc/db/query.ts:31
oidnumberOIDsrc/db/query.ts:36