Type Alias: RunSqlResult
type RunSqlResult = object;Defined in: packages/sdk/src/index.ts:265
Response from client.runSql() — same row/trace shape as AskOk minus the NL summary.
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
rowCount |
number |
packages/sdk/src/index.ts:268 |
rows |
Record<string, unknown>[] |
packages/sdk/src/index.ts:267 |
status |
"ok" |
packages/sdk/src/index.ts:266 |
trace |
Trace |
packages/sdk/src/index.ts:269 |