|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Column in org.eclipse.wst.rdb.internal.models.sql.constraints |
---|
Methods in org.eclipse.wst.rdb.internal.models.sql.constraints that return Column | |
---|---|
Column |
IndexMember.getColumn()
Returns the value of the 'Column' reference. |
Methods in org.eclipse.wst.rdb.internal.models.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.wst.rdb.internal.models.sql.constraints.impl |
---|
Methods in org.eclipse.wst.rdb.internal.models.sql.constraints.impl that return Column | |
---|---|
Column |
IndexMemberImpl.basicGetColumn()
|
Column |
IndexMemberImpl.getColumn()
|
Methods in org.eclipse.wst.rdb.internal.models.sql.constraints.impl with parameters of type Column | |
---|---|
void |
IndexMemberImpl.setColumn(Column newColumn)
|
Uses of Column in org.eclipse.wst.rdb.internal.models.sql.tables |
---|
Methods in org.eclipse.wst.rdb.internal.models.sql.tables that return Column | |
---|---|
Column |
SQLTablesFactory.createColumn()
Returns a new object of class 'Column'. |
Uses of Column in org.eclipse.wst.rdb.internal.models.sql.tables.helper |
---|
Methods in org.eclipse.wst.rdb.internal.models.sql.tables.helper that return Column | |
---|---|
static Column |
TableHelper.findColumn(Table table,
java.lang.String columnName)
|
Uses of Column in org.eclipse.wst.rdb.internal.models.sql.tables.impl |
---|
Classes in org.eclipse.wst.rdb.internal.models.sql.tables.impl that implement Column | |
---|---|
class |
ColumnImpl
An implementation of the model object 'Column'. |
Methods in org.eclipse.wst.rdb.internal.models.sql.tables.impl that return Column | |
---|---|
Column |
SQLTablesFactoryImpl.createColumn()
|
Uses of Column in org.eclipse.wst.rdb.internal.models.sql.tables.util |
---|
Methods in org.eclipse.wst.rdb.internal.models.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 |