Optional
options: AbstractQueryOptionsA Sequelize connection instance.
If provided, returns the model instance.
Model type definition.
Returns the current sequelize instance.
The SQL being executed by this Query.
Returns a unique identifier assigned to a query internally by Sequelize.
Protected
_logSets auto increment field values (if applicable).
Optional
results: unknown[]Optional
metaData: unknownChecks if the query type is BULKUPDATE
Checks if the query starts with 'call'
Checks if the query type is DELETE
Checks if the query type is DESCRIBE
Checks if the query type is INSERT
Optional
results: unknown[]Optional
metaData: unknownChecks if the query type is RAW
Checks if the query type is SELECT
Checks if the query type is SHOWCONSTRAINTS
Checks if the query type is SHOWINDEXES
Checks if the query starts with 'show' or 'describe'
Checks if the query type is UPDATE
Checks if the query type is UPSERT
An abstract class that Sequelize uses to add query support for a dialect.
This interface is only exposed when running before/afterQuery lifecycle events.