* Returns the database name. * * @returns {string} The database name.
()
| 411 | * @returns {string} The database name. |
| 412 | */ |
| 413 | getDatabaseName() { |
| 414 | return this.config.database; |
| 415 | } |
| 416 | |
| 417 | /** |
| 418 | * Returns an instance of QueryInterface. |
no outgoing calls
no test coverage detected