Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
AbstractQueryOptions
Interface AbstractQueryOptions
interface
AbstractQueryOptions
{
attributes
:
unknown
[]
;
fieldMap
?:
boolean
;
hasJoin
:
boolean
;
include
:
boolean
;
includeMap
:
any
;
includeNames
:
unknown
[]
;
instance
?:
Model
<
any
,
any
>
;
logging
?:
boolean
|
(
(
sql
,
timing
?
)
=>
void
)
;
model
?:
ModelStatic
;
nest
:
boolean
;
originalAttributes
:
unknown
[]
;
plain
:
boolean
;
queryLabel
?:
string
;
raw
:
boolean
;
type
?:
QueryTypes
;
}
Index
Properties
attributes
field
Map?
has
Join
include
include
Map
include
Names
instance?
logging?
model?
nest
original
Attributes
plain
query
Label?
raw
type?
Properties
attributes
attributes
:
unknown
[]
Optional
field
Map
field
Map
?:
boolean
has
Join
has
Join
:
boolean
include
include
:
boolean
include
Map
include
Map
:
any
include
Names
include
Names
:
unknown
[]
Optional
instance
instance
?:
Model
<
any
,
any
>
Optional
logging
logging
?:
boolean
|
(
(
sql
,
timing
?
)
=>
void
)
A function that gets executed while running the query to log the sql.
Type declaration
(
sql
,
timing
?
)
:
void
Parameters
sql
:
string
Optional
timing
:
number
Returns
void
Optional
model
model
?:
ModelStatic
nest
nest
:
boolean
original
Attributes
original
Attributes
:
unknown
[]
plain
plain
:
boolean
Optional
query
Label
query
Label
?:
string
raw
raw
:
boolean
Optional
type
type
?:
QueryTypes
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
attributes
field
Map
has
Join
include
include
Map
include
Names
instance
logging
model
nest
original
Attributes
plain
query
Label
raw
type
Documentation
Loading...
A function that gets executed while running the query to log the sql.