Frame.dev
GitHub
NPM
Preparing search index...
The search index is not available
SQL Storage Adapter - v0.4.2
SQL Storage Adapter
QueryStartEvent
Interface QueryStartEvent
Event emitted when a query starts execution.
interface
QueryStartEvent
{
type
:
"query:start"
;
statement
:
string
;
parameters
?:
StorageParameters
;
timestamp
:
Date
;
queryId
?:
string
;
}
Index
Properties
type
statement
parameters?
timestamp
query
Id?
Properties
type
type
statement
statement
:
string
Optional
parameters
parameters
?:
StorageParameters
timestamp
timestamp
:
Date
Optional
query
Id
query
Id
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
statement
parameters
timestamp
query
Id
Frame.dev
GitHub
NPM
SQL Storage Adapter - v0.4.2
Loading...
Event emitted when a query starts execution.