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