Uses of Class
org.compiere.model.MTable
-
Packages that use MTable Package Description org.compiere.db Provides for....org.compiere.model Provides for....org.compiere.process Provides Processes used in Server and optionally Client Level. -
-
Uses of MTable in org.compiere.db
Methods in org.compiere.db with parameters of type MTable 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 commanddefault StringAdempiereDatabase. getSQLCreate(MTable table)Get SQL CreateStringAdempiereDatabase. 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 MTable in org.compiere.model
Methods in org.compiere.model that return MTable Modifier and Type Method Description static MTableMTable. get(int AD_Table_ID)Get Table from Cache (immutable)static MTableMTable. get(Properties ctx, int AD_Table_ID)Get Table from Cache (immutable)static MTableMTable. get(Properties ctx, int AD_Table_ID, String trxName)Get Table from Cache (immutable)static MTableMTable. get(Properties ctx, String tableName)Get Table from Cachestatic MTableMTable. get(Properties ctx, String tableName, String trxName)Get Table from Cachestatic MTableMTable. getCopy(Properties ctx, int AD_Table_ID, String trxName)Get updateable copy of MTable from cacheMTableMClientShare. getTable()Get Table modelMTableMTable. markImmutable()Methods in org.compiere.model with parameters of type MTable Modifier and Type Method Description static MTableIndex[]MTableIndex. get(MTable table)Get active indexes from tablestatic 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)StringMColumn. getSQLAdd(MTable table)Get SQL Add commandStringMColumn. getSQLModify(MTable table, boolean setNullOption)Get SQL Modify commandConstructors in org.compiere.model with parameters of type MTable Constructor Description MColumn(MTable parent)Parent ConstructorMTable(Properties ctx, MTable copy)MTable(Properties ctx, MTable copy, String trxName)MTable(MTable copy)MTableIndex(MTable parent, String name)Parent constructorMViewComponent(MTable parent)Parent constructorPOIterator(MTable table, List<Object[]> idList, String trxName)POResultSet(MTable table, PreparedStatement ps, ResultSet rs, String trxName)Constructs the POResultSet.Query(Properties ctx, MTable table, String whereClause, String trxName)Query(MTable table, String whereClause, String trxName)Deprecated.UseQuery(Properties, MTable, String, String)instead because this method is security error prone -
Uses of MTable in org.compiere.process
Methods in org.compiere.process with parameters of type MTable Modifier and Type Method Description booleanCreateWindowFromTable. isTableValid(MTable table)static StringDatabaseViewValidate. validateDatabaseView(Properties ctx, MTable table, String trxName, ProcessInfo pi)
-