Uses of Class
org.compiere.model.MColumn
Package
Description
One of the package that provide implementation of iDempiere core processes.
Provide interface and classes for DB integration.
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*).
Provide layout and element implementation for iDempiere reporting engine
Provide implementation for conversion of amount to word.
Provide cache, server log, JDBC interface, field display/data type, transaction, email, INI properties, security key store, encryption and environment context implementation.
Provide cache, server log, JDBC interface, field display/data type, transaction, email, INI properties, security key store, encryption and environment context implementation.
Provide iDempiere workflow engine implementation
-
Uses of MColumn in org.adempiere.process
Modifier and TypeMethodDescriptionstatic String
UUIDGenerator.updateUUID
(MColumn column, String trxName) Fill column with new uuid value (if it is null) -
Uses of MColumn in org.compiere.db
Modifier and TypeMethodDescriptionGet SQL Add commandGet SQL Add commandAdempiereDatabase.getSQLModify
(MTable table, MColumn column, boolean setNullOption) DB_Oracle.getSQLModify
(MTable table, MColumn column, boolean setNullOption) Get SQL Modify commandDB_PostgreSQL.getSQLModify
(MTable table, MColumn column, boolean setNullOption) Get SQL Modify command -
Uses of MColumn in org.compiere.db.partition
Modifier and TypeMethodDescriptionRangePartitionInterval.getInterval
(MColumn partitionKeyColumn) Get year and month interval from AD_Column.RangePartitionInterval.
Throw exception if pattern is invalid.ITablePartitionService.isValidConfiguration
(MColumn column) Validate partition configuration for column objectstatic String
RangePartitionInterval.validateIntervalPattern
(MColumn column) Validate range partition interval pattern -
Uses of MColumn in org.compiere.model
Modifier and TypeMethodDescriptionstatic MColumn
MColumn.get
(int AD_Column_ID) Get MColumn from Cache (immutable)static MColumn
MColumn.get
(Properties ctx, int AD_Column_ID) Get MColumn from Cache (immutable)static MColumn
MColumn.get
(Properties ctx, int AD_Column_ID, String trxName) Get MColumn from Cache (immutable)static MColumn
MColumn.get
(Properties ctx, String tableName, String columnName) Get MColumn given TableName and ColumnNamestatic MColumn
MColumn.get
(Properties ctx, String tableName, String columnName, String trxName) Get MColumn given TableName and ColumnNameGet Column via column nameMColumn[]
MTable.getColumns
(boolean requery) Get Columnsstatic MColumn
MColumn.getCopy
(Properties ctx, int AD_Column_ID, String trxName) Get updateable copy of MColumn from cacheMColumn.markImmutable()
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.static String
MColumn.getForeignKeyConstraint
(DatabaseMetaData md, MTable table, MColumn column) static String
MColumn.getForeignKeyConstraintSql
(DatabaseMetaData md, String catalog, String schema, String tableName, MTable table, MColumn column, boolean isNoTable) void
Set Column ValuesModifierConstructorDescriptionMColumn
(Properties ctx, MColumn copy) Copy constructorMColumn
(Properties ctx, MColumn copy, String trxName) Copy constructorCopy constructorMIndexColumn
(MTableIndex parent, MColumn column, int seqNo) Parent constructor -
Uses of MColumn in org.compiere.print.layout
-
Uses of MColumn in org.compiere.util
-
Uses of MColumn in org.compiere.wf