Uses of Interface
org.eclipse.datatools.modelbase.sql.query.ResultColumn

Packages that use ResultColumn
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.helper   
org.eclipse.datatools.modelbase.sql.query.impl   
org.eclipse.datatools.modelbase.sql.query.util   
 

Uses of ResultColumn in org.eclipse.datatools.modelbase.sql.query
 

Methods in org.eclipse.datatools.modelbase.sql.query that return ResultColumn
 ResultColumn SQLQueryModelFactory.createResultColumn()
          Returns a new object of class 'Result Column'.
 ResultColumn QueryValueExpression.getResultColumn()
          Returns the value of the 'Result Column' container reference.
 ResultColumn OrderByResultColumn.getResultCol()
          Returns the value of the 'Result Col' reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type ResultColumn
 void QueryValueExpression.setResultColumn(ResultColumn value)
          Sets the value of the 'Result Column' container reference.
 void OrderByResultColumn.setResultCol(ResultColumn value)
          Sets the value of the 'Result Col' reference.
 

Uses of ResultColumn in org.eclipse.datatools.modelbase.sql.query.helper
 

Methods in org.eclipse.datatools.modelbase.sql.query.helper that return ResultColumn
static ResultColumn TableHelper.getResultColumnForName(QueryExpressionBody tableQuery, java.lang.String columnName)
          Returns the ResultColumn contained in the selectClause of the given QueryExpressionBody, whose name matches the given columnName.
static ResultColumn TableHelper.getResultColumnForAliasOrColumnName(QueryExpressionBody tableQuery, java.lang.String columnName)
          Returns the ResultColumn contained in the selectClause of the given QueryExpressionBody, whose name matches the given columnName or whose referenced ValueExpression is of type ValueExpressionColumn and has a name matching the given columnName.
static ResultColumn StatementHelper.findResultColumnForColumnExpression(QuerySelect select, ValueExpressionColumn columnExpr)
          Returns null or the ResultColumn of the given QuerySelect whose ValueExpression is of type ValueExpressionColumn which in name and tableExpr equals the given columnExpr.
static ResultColumn StatementHelper.findResultColumnForColumnNameOrAlias(QuerySelect select, java.lang.String columnNameOrAlias)
          Returns null or the ResultColumn of the given QuerySelect whose name matches the given columnNameOrAlias or whose ValueExpression is of type ValueExpressionColumn which has a name matching the given columnNameOrAlias.
 

Uses of ResultColumn in org.eclipse.datatools.modelbase.sql.query.impl
 

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement ResultColumn
 class ResultColumnImpl
           An implementation of the model object 'SQL Result Column'.
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return ResultColumn
 ResultColumn SQLQueryModelFactoryImpl.createResultColumn()
           
 ResultColumn QueryValueExpressionImpl.getResultColumn()
           
 ResultColumn OrderByResultColumnImpl.getResultCol()
           
 ResultColumn OrderByResultColumnImpl.basicGetResultCol()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type ResultColumn
 NotificationChain QueryValueExpressionImpl.basicSetResultColumn(ResultColumn newResultColumn, NotificationChain msgs)
           
 void QueryValueExpressionImpl.setResultColumn(ResultColumn newResultColumn)
           
 NotificationChain OrderByResultColumnImpl.basicSetResultCol(ResultColumn newResultCol, NotificationChain msgs)
           
 void OrderByResultColumnImpl.setResultCol(ResultColumn newResultCol)
           
 

Uses of ResultColumn in org.eclipse.datatools.modelbase.sql.query.util
 

Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type ResultColumn
 java.lang.Object SQLQueryModelSwitch.caseResultColumn(ResultColumn object)
          Returns the result of interpretting the object as an instance of 'Result Column'.
 



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.