* Returns the specified dialect. * * @returns {string} The specified dialect.
()
| 391 | * @returns {string} The specified dialect. |
| 392 | */ |
| 393 | getDialect() { |
| 394 | return this.options.dialect; |
| 395 | } |
| 396 | |
| 397 | /** |
| 398 | * Returns the database name. |
no outgoing calls
no test coverage detected