Uses of Class
org.compiere.model.MColumn
-
Packages that use MColumn Package Description org.adempiere.process org.compiere.db Provides for....org.compiere.model Provides for....org.compiere.wf -
-
Uses of MColumn in org.adempiere.process
Methods in org.adempiere.process with parameters of type MColumn Modifier and Type Method Description static StringUUIDGenerator. updateUUID(MColumn column, String trxName) -
Uses of MColumn in org.compiere.db
Methods in org.compiere.db with parameters of type MColumn Modifier and Type Method Description StringAdempiereDatabase. getSQLAdd(MTable table, MColumn column)StringDB_Oracle. getSQLAdd(MTable table, MColumn column)Get SQL Add commandStringDB_PostgreSQL. getSQLAdd(MTable table, MColumn column)Get SQL Add commandStringAdempiereDatabase. getSQLDDL(MColumn column)StringDB_Oracle. getSQLDDL(MColumn column)StringDB_PostgreSQL. getSQLDDL(MColumn column)StringAdempiereDatabase. getSQLModify(MTable table, MColumn column, boolean setNullOption)StringDB_Oracle. getSQLModify(MTable table, MColumn column, boolean setNullOption)Get SQL Modify commandStringDB_PostgreSQL. getSQLModify(MTable table, MColumn column, boolean setNullOption)Get SQL Modify command -
Uses of MColumn in org.compiere.model
Methods in org.compiere.model that return MColumn Modifier and Type Method Description static MColumnMColumn. get(int AD_Column_ID)Get MColumn from Cache (immutable)static MColumnMColumn. get(Properties ctx, int AD_Column_ID)Get MColumn from Cache (immutable)static MColumnMColumn. get(Properties ctx, int AD_Column_ID, String trxName)Get MColumn from Cache (immutable)static MColumnMColumn. get(Properties ctx, String tableName, String columnName)Get MColumn given TableName and ColumnNamestatic MColumnMColumn. get(Properties ctx, String tableName, String columnName, String trxName)Get MColumn given TableName and ColumnNameMColumnMTable. getColumn(String columnName)Get ColumnMColumn[]MTable. getColumns(boolean requery)Get Columnsstatic MColumnMColumn. getCopy(Properties ctx, int AD_Column_ID, String trxName)Get updateable copy of MColumn from cacheMColumnMColumn. markImmutable()Methods in org.compiere.model with parameters of type MColumn Modifier and Type Method Description static StringMColumn. getForeignKeyConstraint(DatabaseMetaData md, MTable table, MColumn column)static StringMColumn. getForeignKeyConstraintSql(DatabaseMetaData md, String catalog, String schema, String tableName, MTable table, MColumn column, boolean isNoTable)voidMField. setColumn(MColumn column)Set Column ValuesConstructors in org.compiere.model with parameters of type MColumn Constructor Description MColumn(Properties ctx, MColumn copy)MColumn(Properties ctx, MColumn copy, String trxName)MColumn(MColumn copy)MIndexColumn(MTableIndex parent, MColumn column, int seqNo)Parent constructor -
Uses of MColumn in org.compiere.wf
Methods in org.compiere.wf that return MColumn Modifier and Type Method Description MColumnMWFNode. getColumn()Get Column
-