|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Column in org.eclipse.datatools.connectivity.sqm.core.rte.fe |
---|
Methods in org.eclipse.datatools.connectivity.sqm.core.rte.fe with parameters of type Column | |
---|---|
java.lang.String |
GenericDdlBuilder.alterTableAddColumn(Column column,
boolean quoteIdentifiers,
boolean qualifyNames)
|
Uses of Column in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc |
---|
Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement Column | |
---|---|
class |
JDBCColumn
|
Uses of Column in org.eclipse.datatools.modelbase.sql.constraints |
---|
Methods in org.eclipse.datatools.modelbase.sql.constraints that return Column | |
---|---|
Column |
IndexMember.getColumn()
Returns the value of the 'Column' reference. |
Methods in org.eclipse.datatools.modelbase.sql.constraints with parameters of type Column | |
---|---|
void |
IndexMember.setColumn(Column value)
Sets the value of the ' Column ' reference. |
Uses of Column in org.eclipse.datatools.modelbase.sql.constraints.impl |
---|
Methods in org.eclipse.datatools.modelbase.sql.constraints.impl that return Column | |
---|---|
Column |
IndexMemberImpl.basicGetColumn()
|
Column |
IndexMemberImpl.getColumn()
|
Methods in org.eclipse.datatools.modelbase.sql.constraints.impl with parameters of type Column | |
---|---|
void |
IndexMemberImpl.setColumn(Column newColumn)
|
Uses of Column in org.eclipse.datatools.modelbase.sql.query.helper |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.helper that return Column | |
---|---|
static Column |
TableHelper.getColumnForColumnExpression(TableExpression tableExpr,
ValueExpressionColumn colExpr)
Returns the Column matching the name of the SQLValueExpressionColumn from the given SQLTableExpression. |
static Column |
TableHelper.getColumnForName(TableInDatabase tableInDB,
java.lang.String columnName)
Returns the Column matching the columnName from the given TableInDatabase |
static Column |
TableHelper.getColumnForName(TableReference tableRef,
java.lang.String columnName)
Returns the Column matching the columnName from the given TableReference. |
static Column |
TableHelper.getColumnForName(WithTableReference withTableRef,
java.lang.String columnName)
Returns the Column matching the columnName from the given WithTableReference . |
static Column |
ValueExpressionHelper.resolveColumnFromValueExpression(ValueExpressionColumn aValExpr)
CHECK IMPLEMENTATION! CODE UNTESTED! Determine the Column that corresponds to this column expression if there is one that the given columnExpr is derived from. |
Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type Column | |
---|---|
static ValueExpressionColumn |
TableHelper.getColumnExpressionForColumn(TableExpression tableExpr,
Column column)
Gets the SQLValueExpressionColumn corresponding to the given Column, in the given table. |
static boolean |
TableHelper.isForeignKey(Column column)
Returns true if the given column is part of Foreign key constraint. |
static boolean |
TableHelper.isPrimaryKey(Column column)
Returns true if the given column is part of a primary key constraint. |
Uses of Column in org.eclipse.datatools.modelbase.sql.tables |
---|
Methods in org.eclipse.datatools.modelbase.sql.tables that return Column | |
---|---|
Column |
SQLTablesFactory.createColumn()
Returns a new object of class 'Column'. |
Uses of Column in org.eclipse.datatools.modelbase.sql.tables.helper |
---|
Methods in org.eclipse.datatools.modelbase.sql.tables.helper that return Column | |
---|---|
static Column |
TableHelper.findColumn(Table table,
java.lang.String columnName)
|
Uses of Column in org.eclipse.datatools.modelbase.sql.tables.impl |
---|
Classes in org.eclipse.datatools.modelbase.sql.tables.impl that implement Column | |
---|---|
class |
ColumnImpl
An implementation of the model object 'Column'. |
Methods in org.eclipse.datatools.modelbase.sql.tables.impl that return Column | |
---|---|
Column |
SQLTablesFactoryImpl.createColumn()
|
Uses of Column in org.eclipse.datatools.modelbase.sql.tables.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.tables.util with parameters of type Column | |
---|---|
java.lang.Object |
SQLTablesSwitch.caseColumn(Column object)
Returns the result of interpretting the object as an instance of 'Column'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |