* Returns an instance of QueryInterface. * * @returns {QueryInterface} An instance (singleton) of QueryInterface.
()
| 409 | * @returns {QueryInterface} An instance (singleton) of QueryInterface. |
| 410 | */ |
| 411 | getQueryInterface() { |
| 412 | return this.queryInterface; |
| 413 | } |
| 414 | |
| 415 | /** |
| 416 | * Define a new model, representing a table in the database. |
no outgoing calls