Package | Description |
---|---|
org.apache.ignite.cache.store.jdbc |
Contains reference JDBC-based cache store implementation.
|
org.apache.ignite.cache.store.jdbc.dialect |
Contains SQL dialects for different RDBMS.
|
Modifier and Type | Field and Description |
---|---|
protected JdbcDialect |
CacheAbstractJdbcStore.dialect
Database dialect.
|
Modifier and Type | Method and Description |
---|---|
JdbcDialect |
CacheAbstractJdbcStore.getDialect()
Get database dialect.
|
JdbcDialect |
CacheJdbcPojoStoreFactory.getDialect()
Get database dialect.
|
protected JdbcDialect |
CacheAbstractJdbcStore.resolveDialect()
Perform dialect resolution.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheAbstractJdbcStore.setDialect(JdbcDialect dialect)
Set database dialect.
|
CacheJdbcPojoStoreFactory |
CacheJdbcPojoStoreFactory.setDialect(JdbcDialect dialect)
Set database dialect.
|
Constructor and Description |
---|
EntryMapping(@Nullable String cacheName,
JdbcDialect dialect,
JdbcType typeMeta,
CacheAbstractJdbcStore.TypeKind keyKind,
CacheAbstractJdbcStore.TypeKind valKind,
boolean escape) |
Modifier and Type | Class and Description |
---|---|
class |
BasicJdbcDialect
Basic implementation of dialect based on JDBC specification.
|
class |
DB2Dialect
A dialect compatible with the IBM DB2 database.
|
class |
H2Dialect
A dialect compatible with the H2 database.
|
class |
MySQLDialect
A dialect compatible with the MySQL database.
|
class |
OracleDialect
A dialect compatible with the Oracle database.
|
class |
SQLServerDialect
A dialect compatible with the Microsoft SQL Server database.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024