| Package | Description |
|---|---|
| org.gridgain.grid.spi.indexing.h2.opt |
| Modifier and Type | Field and Description |
|---|---|
protected GridH2RowDescriptor |
GridH2AbstractKeyValueRow.desc |
| Modifier and Type | Method and Description |
|---|---|
GridH2RowDescriptor |
GridH2Table.rowDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
static GridH2Table |
GridH2Table.Engine.createTable(Connection conn,
String sql,
GridH2RowDescriptor desc,
GridH2Table.IndexesFactory factory,
String space)
Creates table using given connection, DDL clause for given type descriptor and list of indexes.
|
| Constructor and Description |
|---|
GridH2AbstractKeyValueRow(GridH2RowDescriptor desc)
Protected constructor for
GridH2KeyValueRowOffheap |
GridH2AbstractKeyValueRow(GridH2RowDescriptor desc,
Object key,
int keyType,
Object val,
int valType,
long expirationTime)
Constructor.
|
GridH2KeyValueRowOffheap(GridH2RowDescriptor desc,
long ptr) |
GridH2KeyValueRowOffheap(GridH2RowDescriptor desc,
Object key,
int keyType,
Object val,
int valType,
long expirationTime)
Constructor.
|
GridH2KeyValueRowOnheap(GridH2RowDescriptor desc,
Object key,
int keyType,
Object val,
int valType,
long expirationTime)
Constructor.
|
GridH2Table(org.h2.command.ddl.CreateTableData createTblData,
GridH2RowDescriptor desc,
GridH2Table.IndexesFactory idxsFactory,
String spaceName)
Creates table.
|
Copyright © 2014. All rights reserved.