Uses of Class
org.compiere.model.MTableIndex
-
Packages that use MTableIndex Package Description org.compiere.model Provides for....org.compiere.process Provides Processes used in Server and optionally Client Level. -
-
Uses of MTableIndex in org.compiere.model
Methods in org.compiere.model that return MTableIndex Modifier and Type Method Description static MTableIndex[]
MTableIndex. get(MTable table)
Get active indexes from tableMethods in org.compiere.model that return types with arguments of type MTableIndex Modifier and Type Method Description static List<MTableIndex>
MTableIndex. getTableIndexesByQuery(Properties ctx, String whereClause)
Get table indexes with where clauseConstructors in org.compiere.model with parameters of type MTableIndex Constructor Description MIndexColumn(MTableIndex parent, MColumn column, int seqNo)
Parent constructor -
Uses of MTableIndex in org.compiere.process
Methods in org.compiere.process with parameters of type MTableIndex Modifier and Type Method Description static String
TableIndexValidate. validateTableIndex(Properties ctx, MTableIndex index, String trxName, ProcessInfo pi)
-