sqlByDialect property

Map<SqlDialect, String> sqlByDialect
final

The SQL statement to run, indexed by the dialect used in the database.

Implementation

final Map<SqlDialect, String> sqlByDialect;