Package org.apache.ignite.cache.store.jdbc.dialect
Contains SQL dialects for different RDBMS.
-
Interface Summary Interface Description JdbcDialect Represents a dialect of SQL implemented by a particular RDBMS. -
Class Summary Class Description BasicJdbcDialect Basic implementation of dialect based on JDBC specification.DB2Dialect A dialect compatible with the IBM DB2 database.H2Dialect A dialect compatible with the H2 database.MySQLDialect A dialect compatible with the MySQL database.OracleDialect A dialect compatible with the Oracle database.SQLServerDialect A dialect compatible with the Microsoft SQL Server database.