Uses of Class
com.im.commons.db.dml.TableDefinition
-
Packages that use TableDefinition Package Description com.im.commons.db.dml -
-
Uses of TableDefinition in com.im.commons.db.dml
Methods in com.im.commons.db.dml that return TableDefinition Modifier and Type Method Description TableDefinition
SQLSelectColumn. getTable()
TableDefinition
TableColumn. getTable()
Get the schema qualified table name.Methods in com.im.commons.db.dml with parameters of type TableDefinition Modifier and Type Method Description SQLSelectColumn
SQLElementFactory. createSelectColumn(TableDefinition table, java.lang.String column, int jdbcType, SQLJoin join)
SQLSelectFunction
SQLElementFactory. createSelectFunction(TableDefinition table, java.lang.String functionSql, java.lang.String alias)
TableColumn
SQLElementFactory. createTableColumn(TableDefinition table, java.lang.String column, int jdbcType)
SQLWhereClauseElement
SQLElementFactory. createWhereClauseFreeformElement(TableDefinition table, java.lang.String freeformWhereFragment)
SQLSelectStatement
SQLElementFactory. sqlSelectDistinct(TableDefinition table, java.lang.String[] columnNames)
Method parameters in com.im.commons.db.dml with type arguments of type TableDefinition Modifier and Type Method Description void
SQLSelectColumn. addFromTables(java.util.Set<TableDefinition> set)
void
SQLSelectElement. addFromTables(java.util.Set<TableDefinition> set)
void
SQLSelectFunction. addFromTables(java.util.Set<TableDefinition> set)
Constructors in com.im.commons.db.dml with parameters of type TableDefinition Constructor Description TableColumn(TableDefinition table, java.lang.String column, int jdbcType)
-