Frame.dev
GitHub
NPM
Preparing search index...
The search index is not available
SQL Storage Adapter - v0.4.2
SQL Storage Adapter
QueryCompleteEvent
Interface QueryCompleteEvent
Event emitted when a query completes successfully.
interface
QueryCompleteEvent
{
type
:
"query:complete"
;
statement
:
string
;
duration
:
number
;
rows
?:
number
;
timestamp
:
Date
;
queryId
?:
string
;
}
Index
Properties
type
statement
duration
rows?
timestamp
query
Id?
Properties
type
type
statement
statement
:
string
duration
duration
:
number
Optional
rows
rows
?:
number
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
duration
rows
timestamp
query
Id
Frame.dev
GitHub
NPM
SQL Storage Adapter - v0.4.2
Loading...
Event emitted when a query completes successfully.