QueryResult
age-schema-client / QueryResult
Interface: QueryResult<T>
Defined in: src/db/query.ts:12
Query result
Type Parameters
| Type Parameter | Default type |
|---|---|
T | any |
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
rows | T[] | Result rows | src/db/query.ts:16 |
rowCount | number | Row count | src/db/query.ts:21 |
fields | QueryResultField[] | Field information | src/db/query.ts:26 |
command | string | Command | src/db/query.ts:31 |
oid | number | OID | src/db/query.ts:36 |