MCPcopy Create free account
hub / github.com/NobleMajo/al-sql / getDialect

Method getDialect

src/pg.ts:468–470  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

466 }
467
468 getDialect(): AbstractSqlDialect {
469 return this.dialect
470 }
471
472 execute(query: ExecutableSqlQuery): Promise<SqlQueryExecuteResult> {
473 return this.client.query(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected