prorm API Reference
← Documentation
GitLab
Preparing search index...
index
QueryInterfaceOptions
Interface QueryInterfaceOptions
QueryInterface options for various operations
interface
QueryInterfaceOptions
{
transaction
?:
Transaction
;
logging
?:
boolean
|
(
(
sql
:
string
,
time
?:
number
)
=>
void
)
;
benchmark
?:
boolean
;
}
Index
Properties
transaction?
logging?
benchmark?
Properties
Optional
transaction
transaction
?:
Transaction
Optional
logging
logging
?:
boolean
|
(
(
sql
:
string
,
time
?:
number
)
=>
void
)
Optional
benchmark
benchmark
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
transaction
logging
benchmark
← Documentation
GitLab
prorm API Reference
Loading...
QueryInterface options for various operations