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 String
AdempiereDatabase. getSQLAdd(MTable table, MColumn column)
String
DB_Oracle. getSQLAdd(MTable table, MColumn column)
Get SQL Add commandString
DB_PostgreSQL. getSQLAdd(MTable table, MColumn column)
Get SQL Add commanddefault String
AdempiereDatabase. getSQLCreate(MTable table)
Get SQL CreateString
AdempiereDatabase. getSQLModify(MTable table, MColumn column, boolean setNullOption)
String
DB_Oracle. getSQLModify(MTable table, MColumn column, boolean setNullOption)
Get SQL Modify commandString
DB_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 MTable
MTable. get(int AD_Table_ID)
Get Table from Cache (immutable)static MTable
MTable. get(Properties ctx, int AD_Table_ID)
Get Table from Cache (immutable)static MTable
MTable. get(Properties ctx, int AD_Table_ID, String trxName)
Get Table from Cache (immutable)static MTable
MTable. get(Properties ctx, String tableName)
Get Table from Cachestatic MTable
MTable. get(Properties ctx, String tableName, String trxName)
Get Table from Cachestatic MTable
MTable. getCopy(Properties ctx, int AD_Table_ID, String trxName)
Get updateable copy of MTable from cacheMTable
MClientShare. getTable()
Get Table modelMTable
MTable. 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 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)
String
MColumn. getSQLAdd(MTable table)
Get SQL Add commandString
MColumn. 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 boolean
CreateWindowFromTable. isTableValid(MTable table)
static String
DatabaseViewValidate. validateDatabaseView(Properties ctx, MTable table, String trxName, ProcessInfo pi)
-