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.
|
protected JdbcDialect |
CacheAbstractJdbcStore.resolveDialect()
Perform dialect resolution.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheAbstractJdbcStore.setDialect(JdbcDialect dialect)
Set database dialect.
|
Constructor and Description |
---|
CacheAbstractJdbcStore.EntryMapping(String cacheName,
JdbcDialect dialect,
CacheTypeMetadata typeMeta) |
Modifier and Type | Class and Description |
---|---|
class |
BasicJdbcDialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
class |
DB2Dialect
A dialect compatible with the 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 MsSQL database.
|
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015