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 OrderByResultColumn.getResultCol()
          Returns the value of the 'Result Col' reference.
 ResultColumn QueryValueExpression.getResultColumn()
          Returns the value of the 'Result Column' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type ResultColumn
 void OrderByResultColumn.setResultCol(ResultColumn value)
          Sets the value of the 'Result Col' reference.
 void QueryValueExpression.setResultColumn(ResultColumn value)
          Sets the value of the 'Result Column' container 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 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.
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 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.
 

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 OrderByResultColumnImpl.basicGetResultCol()
           
 ResultColumn SQLQueryModelFactoryImpl.createResultColumn()
           
 ResultColumn OrderByResultColumnImpl.getResultCol()
           
 ResultColumn QueryValueExpressionImpl.getResultColumn()
           
 

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

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 interpreting the object as an instance of 'Result Column'.
 



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