Uses of Class
com.mckoi.database.DataIndexDef
Packages that use DataIndexDef
-
Uses of DataIndexDef in com.mckoi.database
Methods in com.mckoi.database that return DataIndexDefModifier and TypeMethodDescriptionDataIndexSetDef.indexAt
(int i) Returns the DataIndexDef at the given index in this list.DataIndexSetDef.indexWithName
(String index_name) Returns the DataIndexDef with the given name or null if it couldn't be found.static DataIndexDef
Reads a DataIndexDef from the given DataInput object.Methods in com.mckoi.database with parameters of type DataIndexDefModifier and TypeMethodDescriptionvoid
DataIndexSetDef.addDataIndexDef
(DataIndexDef def) Adds a DataIndexDef to this table.Constructors in com.mckoi.database with parameters of type DataIndexDef