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 TableDefinitionSQLSelectColumn. getTable()TableDefinitionTableColumn. getTable()Get the schema qualified table name.Methods in com.im.commons.db.dml with parameters of type TableDefinition Modifier and Type Method Description SQLSelectColumnSQLElementFactory. createSelectColumn(TableDefinition table, java.lang.String column, int jdbcType, SQLJoin join)SQLSelectFunctionSQLElementFactory. createSelectFunction(TableDefinition table, java.lang.String functionSql, java.lang.String alias)TableColumnSQLElementFactory. createTableColumn(TableDefinition table, java.lang.String column, int jdbcType)SQLWhereClauseElementSQLElementFactory. createWhereClauseFreeformElement(TableDefinition table, java.lang.String freeformWhereFragment)SQLSelectStatementSQLElementFactory. 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 voidSQLSelectColumn. addFromTables(java.util.Set<TableDefinition> set)voidSQLSelectElement. addFromTables(java.util.Set<TableDefinition> set)voidSQLSelectFunction. 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)
-