|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ColumnName in org.eclipse.datatools.modelbase.sql.query |
---|
Methods in org.eclipse.datatools.modelbase.sql.query that return ColumnName | |
---|---|
ColumnName |
SQLQueryModelFactory.createColumnName()
Returns a new object of class 'Column Name'. |
Uses of ColumnName in org.eclipse.datatools.modelbase.sql.query.helper |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.helper that return ColumnName | |
---|---|
static ColumnName |
StatementHelper.createColumnName(java.lang.String name)
Creates the new ColumnName object and sets the given name. |
Uses of ColumnName in org.eclipse.datatools.modelbase.sql.query.impl |
---|
Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement ColumnName | |
---|---|
class |
ColumnNameImpl
An implementation of the model object 'SQL Column Name'. |
Methods in org.eclipse.datatools.modelbase.sql.query.impl that return ColumnName | |
---|---|
ColumnName |
SQLQueryModelFactoryImpl.createColumnName()
|
Uses of ColumnName in org.eclipse.datatools.modelbase.sql.query.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type ColumnName | |
---|---|
java.lang.Object |
SQLQueryModelSwitch.caseColumnName(ColumnName object)
Returns the result of interpreting the object as an instance of 'Column Name'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |