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