()
| 466 | } |
| 467 | |
| 468 | getDialect(): AbstractSqlDialect { |
| 469 | return this.dialect |
| 470 | } |
| 471 | |
| 472 | execute(query: ExecutableSqlQuery): Promise<SqlQueryExecuteResult> { |
| 473 | return this.client.query( |
nothing calls this directly
no outgoing calls
no test coverage detected