Uses of Class
org.compiere.model.MTableIndex
Packages that use MTableIndex
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
Provide classes and interface for iDempiere process.
-
Uses of MTableIndex in org.compiere.model
Methods in org.compiere.model that return MTableIndexMethods in org.compiere.model that return types with arguments of type MTableIndexModifier and TypeMethodDescriptionstatic List<MTableIndex>
MTableIndex.getTableIndexesByQuery
(Properties ctx, String whereClause) Get table indexes with where clauseConstructors in org.compiere.model with parameters of type MTableIndexModifierConstructorDescriptionMIndexColumn
(MTableIndex parent, MColumn column, int seqNo) Parent constructor -
Uses of MTableIndex in org.compiere.process
Methods in org.compiere.process with parameters of type MTableIndexModifier and TypeMethodDescriptionstatic String
TableIndexValidate.validateTableIndex
(Properties ctx, MTableIndex index, String trxName, ProcessInfo pi) Create or update DB index from AD_TableIndex definition.