Uses of Class
com.mckoi.database.DataIndexSetDef
-
Packages that use DataIndexSetDef Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of DataIndexSetDef in com.mckoi.database
Fields in com.mckoi.database declared as DataIndexSetDef Modifier and Type Field Description protected DataIndexSetDefMasterTableDataSource. index_defA DataIndexSetDef object that describes the indexes on the table.Methods in com.mckoi.database that return DataIndexSetDef Modifier and Type Method Description (package private) DataIndexSetDefMasterTableDataSource. getDataIndexSetDef()Returns the DataIndexSetDef object that represents the indexes on this table.static DataIndexSetDefDataIndexSetDef. read(java.io.DataInput din)Reads the DataIndexSetDef object from the given DataInput.Constructors in com.mckoi.database with parameters of type DataIndexSetDef Constructor Description DataIndexSetDef(DataIndexSetDef def)
-