org.eclipse.datatools.modelbase.sql.query
Interface ValueExpressionVariable

All Superinterfaces:
QueryValueExpression, SQLObject, SQLQueryObject, ValueExpression, ValueExpressionAtomic
All Known Implementing Classes:
ValueExpressionVariableImpl

public interface ValueExpressionVariable
extends ValueExpressionAtomic

A representation of the model object 'SQL Value Expression Variable'.

The following features are supported:

See Also:
SQLQueryModelPackage.getValueExpressionVariable()

Method Summary
 QuerySelect getQuerySelect()
          Returns the value of the 'Query Select' container reference.
 void setQuerySelect(QuerySelect value)
          Sets the value of the 'Query Select' container reference.
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.QueryValueExpression
getBasicLeft, getBasicRight, getBetweenLeft, getBetweenRight1, getBetweenRight2, getDataType, getGroupingExpr, getInValueListLeft, getInValueListRight, getInValueRowSelectLeft, getInValueSelectLeft, getLikeEscape, getLikeMatching, getLikePattern, getNest, getOrderByValueExpr, getPredicateNull, getQuantifiedRowSelectLeft, getQuantifiedValueSelectLeft, getResultColumn, getUnaryOperator, getUpdateSourceExprList, getValueExprCaseElse, getValueExprCaseSearchContent, getValueExprCaseSimple, getValueExprCaseSimpleContentResult, getValueExprCaseSimpleContentWhen, getValueExprCast, getValueExprCombinedLeft, getValueExprCombinedRight, getValueExprFunction, getValueExprLabeledDuration, getValuesRow, setBasicLeft, setBasicRight, setBetweenLeft, setBetweenRight1, setBetweenRight2, setDataType, setGroupingExpr, setInValueListLeft, setInValueListRight, setInValueRowSelectLeft, setInValueSelectLeft, setLikeEscape, setLikeMatching, setLikePattern, setNest, setOrderByValueExpr, setPredicateNull, setQuantifiedRowSelectLeft, setQuantifiedValueSelectLeft, setResultColumn, setUnaryOperator, setUpdateSourceExprList, setValueExprCaseElse, setValueExprCaseSearchContent, setValueExprCaseSimple, setValueExprCaseSimpleContentResult, setValueExprCaseSimpleContentWhen, setValueExprCast, setValueExprCombinedLeft, setValueExprCombinedRight, setValueExprFunction, setValueExprLabeledDuration, setValuesRow
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.SQLQueryObject
getSourceInfo, getSQL, setSourceInfo, setSQL
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.expressions.ValueExpression
getSQL, setSQL
 

Method Detail

getQuerySelect

public QuerySelect getQuerySelect()
Returns the value of the 'Query Select' container reference. It is bidirectional and its opposite is 'Into Clause'.

If the meaning of the 'Query Select' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Query Select' container reference.
See Also:
setQuerySelect(QuerySelect), SQLQueryModelPackage.getValueExpressionVariable_QuerySelect(), QuerySelect.getIntoClause()

setQuerySelect

public void setQuerySelect(QuerySelect value)
Sets the value of the 'Query Select' container reference.

Parameters:
value - the new value of the 'Query Select' container reference.
See Also:
getQuerySelect()


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