|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PredicateQuantifiedRowSelect | |
---|---|
org.eclipse.datatools.modelbase.sql.query | |
org.eclipse.datatools.modelbase.sql.query.util | |
org.eclipse.datatools.sqltools.parsers.sql.query |
Uses of PredicateQuantifiedRowSelect in org.eclipse.datatools.modelbase.sql.query |
---|
Methods in org.eclipse.datatools.modelbase.sql.query that return PredicateQuantifiedRowSelect | |
---|---|
PredicateQuantifiedRowSelect |
SQLQueryModelFactory.createPredicateQuantifiedRowSelect()
Returns a new object of class 'Predicate Quantified Row Select'. |
PredicateQuantifiedRowSelect |
QueryValueExpression.getQuantifiedRowSelectLeft()
Returns the value of the 'Quantified Row Select Left' container reference. |
PredicateQuantifiedRowSelect |
QueryExpressionRoot.getQuantifiedRowSelectRight()
Returns the value of the 'Quantified Row Select Right' container reference. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type PredicateQuantifiedRowSelect | |
---|---|
void |
QueryValueExpression.setQuantifiedRowSelectLeft(PredicateQuantifiedRowSelect value)
Sets the value of the ' Quantified Row Select Left ' container reference. |
void |
QueryExpressionRoot.setQuantifiedRowSelectRight(PredicateQuantifiedRowSelect value)
Sets the value of the ' Quantified Row Select Right ' container reference. |
Uses of PredicateQuantifiedRowSelect in org.eclipse.datatools.modelbase.sql.query.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type PredicateQuantifiedRowSelect | |
---|---|
java.lang.Object |
SQLQueryModelSwitch.casePredicateQuantifiedRowSelect(PredicateQuantifiedRowSelect object)
Returns the result of interpreting the object as an instance of 'Predicate Quantified Row Select'. |
Uses of PredicateQuantifiedRowSelect in org.eclipse.datatools.sqltools.parsers.sql.query |
---|
Methods in org.eclipse.datatools.sqltools.parsers.sql.query that return PredicateQuantifiedRowSelect | |
---|---|
PredicateQuantifiedRowSelect |
SQLQueryParserFactory.createPredicateQuantifiedRowSelect(java.util.List aValueExprList,
int aQuantType,
QueryExpressionRoot aQueryExpr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |