AggregatedDialect¶
AggregatedDialect is a JdbcDialect.
Creating Instance¶
AggregatedDialect takes the following to be created:
AggregatedDialect is created when:
JdbcDialectsis requested for the dialect to handle a given URL (and there are two or more dialects)
getTableExistsQuery¶
JdbcDialect
getTableExistsQuery(
table: String): String
getTableExistsQuery is part of the JdbcDialect abstraction.
getTableExistsQuery requests the first dialect (in the dialects) to getTableExistsQuery.