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 DataIndexDefDataIndexSetDef. indexAt(int i)Returns the DataIndexDef at the given index in this list.DataIndexDefDataIndexSetDef. indexWithName(java.lang.String index_name)Returns the DataIndexDef with the given name or null if it couldn't be found.static DataIndexDefDataIndexDef. 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 voidDataIndexSetDef. addDataIndexDef(DataIndexDef def)Adds a DataIndexDef to this table.Constructors in com.mckoi.database with parameters of type DataIndexDef Constructor Description DataIndexDef(DataIndexDef def)
-