AskSQL API Reference (core v0.10.0)
GitHub
Preparing search index...
@asksql/core
ResultSet
Interface ResultSet
interface
ResultSet
{
columns
:
readonly
ResultColumn
[]
;
durationMs
:
number
;
rowCount
:
number
;
rows
:
readonly
(
readonly
CellValue
[]
)
[]
;
truncated
:
boolean
;
warnings
:
readonly
string
[]
;
}
Index
Properties
columns
duration
Ms
row
Count
rows
truncated
warnings
Properties
Readonly
columns
columns
:
readonly
ResultColumn
[]
Readonly
duration
Ms
durationMs
:
number
Readonly
row
Count
rowCount
:
number
Readonly
rows
rows
:
readonly
(
readonly
CellValue
[]
)
[]
Readonly
truncated
truncated
:
boolean
True when maxRows clipped the result (DB_TOO_MANY_ROWS is a banner, not an error).
Readonly
warnings
warnings
:
readonly
string
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
columns
duration
Ms
row
Count
rows
truncated
warnings
GitHub
AskSQL API Reference (core v0.10.0)
Loading...
True when maxRows clipped the result (DB_TOO_MANY_ROWS is a banner, not an error).