References
Class Summary
| Static Public Class Summary | ||
| public |
Thrown when a connection to a database is refused due to insufficient privileges |
|
| public |
Creating associations in sequelize is done by calling one of the belongsTo / hasOne / hasMany / belongsToMany functions on a model (the source), and providing another model as the first argument to the function (the target). |
|
| public |
Thrown when an association is improperly constructed (see message for details) |
|
| public |
Sequelize provides a host of custom error classes, to allow you to do easier debugging. |
|
| public |
One-to-one association |
|
| public |
Many-to-many association with a join table. |
|
| public |
A base class for all connection related errors. |
|
| public |
Thrown when a connection to a database is refused |
|
| public |
Thrown when a connection to a database times out |
|
| public |
A base class for all database related errors. |
|
| public |
Thrown when an include statement is improperly constructed (see message for details) |
|
| public |
Thrown when a record was not found, Usually used with rejectOnEmpty mode (see message for details) |
|
| public |
Thrown when an exclusion constraint is violated in the database |
|
| public |
Thrown when a foreign key constraint is violated in the database |
|
| public |
One-to-many association |
|
| public |
One-to-one association |
|
| public |
Thrown when a connection to a database has a hostname that was not found |
|
| public |
Thrown when a connection to a database has a hostname that was not reachable |
|
| public |
Thrown when a some problem occurred with Instance methods (see message for details) |
|
| public |
Thrown when a connection to a database has invalid values for any of the connection parameters |
|
| public |
A Model represents a table in the database. |
|
| public |
Thrown when attempting to update a stale model instance |
|
| public |
Thrown when a query is passed invalid options (see message for details) |
|
| public |
This is the main class, the entry point to sequelize. |
|
| public |
Scope Error. |
|
| public |
Thrown when a database query times out because of a deadlock |
|
| public |
The transaction object is used to identify a running transaction. |
|
| public |
Thrown when a unique constraint is violated in the database |
|
| public |
ValidationError(message: string, errors: Array) Validation Error. |
|
| public |
ValidationErrorItem(message: string, type: string, path: string, value: string) Validation Error Item
Instances of this class are included in the |
|
Variable Summary
| Static Public Variable Summary | ||
| public |
DataTypes: * A convenience class holding commonly used data types. |
|
| public |
Deferrable: * A collection of properties related to deferrable constraints. |
|
| public |
QueryTypes: * An enum of query types used by |
|