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 DataIndexSetDef
MasterTableDataSource. index_def
A DataIndexSetDef object that describes the indexes on the table.protected DataIndexSetDef
MasterTableDataSource. index_def
A DataIndexSetDef object that describes the indexes on the table.Methods in com.mckoi.database that return DataIndexSetDef Modifier and Type Method Description static DataIndexSetDef
DataIndexSetDef. 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)
-