Uses of Class
com.mckoi.database.DataIndexDef
-
Packages that use DataIndexDef Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of DataIndexDef in com.mckoi.database
Methods in com.mckoi.database that return DataIndexDef 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.Methods in com.mckoi.database with parameters of type DataIndexDef Modifier and Type Method Description void
DataIndexSetDef. addDataIndexDef(DataIndexDef def)
Adds a DataIndexDef to this table.Constructors in com.mckoi.database with parameters of type DataIndexDef Constructor Description DataIndexDef(DataIndexDef def)
-