AskSQL API Reference (core v0.10.0)
GitHub
Preparing search index...
@asksql/core
ExecuteOptions
Interface ExecuteOptions
interface
ExecuteOptions
{
maxRows
?:
number
;
signal
?:
AbortSignal
;
timeoutMs
?:
number
;
}
Hierarchy (
View Summary
)
ExecuteOptions
ExecuteEngineOptions
Index
Properties
max
Rows?
signal?
timeout
Ms?
Properties
Optional
Readonly
max
Rows
maxRows
?:
number
Optional
Readonly
signal
signal
?:
AbortSignal
Optional
Readonly
timeout
Ms
timeoutMs
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
max
Rows
signal
timeout
Ms
GitHub
AskSQL API Reference (core v0.10.0)
Loading...