Package | Description |
---|---|
org.apache.ignite.cache.store.jdbc |
Contains reference JDBC-based cache store implementation.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,Map<Object,CacheAbstractJdbcStore.EntryMapping>> |
CacheAbstractJdbcStore.cacheMappings
Cache with entry mapping description.
|
Modifier and Type | Method and Description |
---|---|
protected int |
CacheAbstractJdbcStore.fillKeyParameters(PreparedStatement stmt,
CacheAbstractJdbcStore.EntryMapping m,
Object key) |
protected int |
CacheAbstractJdbcStore.fillKeyParameters(PreparedStatement stmt,
int idx,
CacheAbstractJdbcStore.EntryMapping em,
Object key) |
protected int |
CacheAbstractJdbcStore.fillValueParameters(PreparedStatement stmt,
int idx,
CacheAbstractJdbcStore.EntryMapping em,
Object val) |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024