Uses of Class
org.compiere.model.X_AD_TablePartition
Package
Description
Provide interface and classes for table partitioning support
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*).
-
Uses of X_AD_TablePartition in org.compiere.db.partition
Modifier and TypeMethodDescriptionvoid
ITablePartitionService.detachPartition
(MTable table, X_AD_TablePartition partition, String trxName, ProcessInfo processInfo) Detach an attached table partitionvoid
ITablePartitionService.reattachPartition
(MTable table, X_AD_TablePartition partition, String trxName, ProcessInfo processInfo) Re-attach a detached table partition -
Uses of X_AD_TablePartition in org.compiere.model
Modifier and TypeMethodDescriptionMTable.createTablePartition
(String name, String expression, String trxName, MColumn column) Create and save new X_AD_TablePartition record.MTable.createTablePartition
(String name, String expression, String trxName, MColumn column, X_AD_TablePartition parentPartition) Create and save new X_AD_TablePartition record.Modifier and TypeMethodDescriptionMTable.createTablePartition
(String name, String expression, String trxName, MColumn column, X_AD_TablePartition parentPartition) Create and save new X_AD_TablePartition record.