* Returns the specified dialect. * * @returns {string} The specified dialect.
()
| 402 | * @returns {string} The specified dialect. |
| 403 | */ |
| 404 | getDialect() { |
| 405 | return this.options.dialect; |
| 406 | } |
| 407 | |
| 408 | /** |
| 409 | * Returns the database name. |
no outgoing calls
no test coverage detected