* Returns the database name. * * @returns {string} The database name.
()
| 400 | * @returns {string} The database name. |
| 401 | */ |
| 402 | getDatabaseName() { |
| 403 | return this.config.database; |
| 404 | } |
| 405 | |
| 406 | /** |
| 407 | * Returns an instance of QueryInterface. |
no outgoing calls
no test coverage detected