| Package | Description |
|---|---|
| com.mckoi.database |
The core database classes for Mckoi.
|
| Modifier and Type | Method | Description |
|---|---|---|
DataIndexDef |
DataIndexSetDef.indexAt(int i) |
Returns the DataIndexDef at the given index in this list.
|
DataIndexDef |
DataIndexSetDef.indexWithName(java.lang.String index_name) |
Returns the DataIndexDef with the given name or null if it couldn't be
found.
|
static DataIndexDef |
DataIndexDef.read(java.io.DataInput din) |
Reads a DataIndexDef from the given DataInput object.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DataIndexSetDef.addDataIndexDef(DataIndexDef def) |
Adds a DataIndexDef to this table.
|
| Constructor | Description |
|---|---|
DataIndexDef(DataIndexDef def) |
Copyright © 2018. All rights reserved.