* Returns an instance of QueryInterface. * * @returns {QueryInterface} An instance (singleton) of QueryInterface.
()
| 420 | * @returns {QueryInterface} An instance (singleton) of QueryInterface. |
| 421 | */ |
| 422 | getQueryInterface() { |
| 423 | return this.queryInterface; |
| 424 | } |
| 425 | |
| 426 | /** |
| 427 | * Define a new model, representing a table in the database. |
no outgoing calls