|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Predicate in org.eclipse.datatools.modelbase.sql.query |
Subinterfaces of Predicate in org.eclipse.datatools.modelbase.sql.query | |
interface |
PredicateBasic
A representation of the model object 'SQL Predicate Basic'. |
interface |
PredicateBetween
A representation of the model object 'SQL Predicate Between'. |
interface |
PredicateExists
A representation of the model object 'SQL Predicate Exists'. |
interface |
PredicateIn
A representation of the model object 'SQL Predicate In'. |
interface |
PredicateInValueList
A representation of the model object 'SQL Predicate In Value List'. |
interface |
PredicateInValueRowSelect
A representation of the model object 'SQL Predicate In Value Row Select'. |
interface |
PredicateInValueSelect
A representation of the model object 'SQL Predicate In Value Select'. |
interface |
PredicateIsNull
A representation of the model object 'SQL Predicate Null'. |
interface |
PredicateLike
A representation of the model object 'SQL Predicate Like'. |
interface |
PredicateQuantified
A representation of the model object 'SQL Predicate Quantified'. |
interface |
PredicateQuantifiedRowSelect
A representation of the model object 'SQL Predicate Quantified Row Select'. |
interface |
PredicateQuantifiedValueSelect
A representation of the model object 'SQL Predicate Quantified Value Select'. |
Uses of Predicate in org.eclipse.datatools.modelbase.sql.query.helper |
Methods in org.eclipse.datatools.modelbase.sql.query.helper that return Predicate | |
static Predicate |
StatementHelper.getPredicateOfVariable(ValueExpressionVariable variable)
Returns the Predicate of the given variable
or null , if the variable has no reference
to a Predicate . |
Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type Predicate | |
static java.util.Set |
TableHelper.findColumnReferencesInPredicate(Predicate predicate)
Returns a Set containing all ValueExpressionColumn s found in the given Predicate . |
static QuerySearchCondition |
JoinHelper.removePredicateFromCondition(Predicate pred,
QuerySearchCondition searchCon)
Removes the given predicate from the given search condition. |
Uses of Predicate in org.eclipse.datatools.modelbase.sql.query.impl |
Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement Predicate | |
class |
PredicateBasicImpl
An implementation of the model object 'SQL Predicate Basic'. |
class |
PredicateBetweenImpl
An implementation of the model object 'SQL Predicate Between'. |
class |
PredicateExistsImpl
An implementation of the model object 'SQL Predicate Exists'. |
class |
PredicateImpl
An implementation of the model object 'SQL Predicate'. |
class |
PredicateInImpl
An implementation of the model object 'SQL Predicate In'. |
class |
PredicateInValueListImpl
An implementation of the model object 'SQL Predicate In Value List'. |
class |
PredicateInValueRowSelectImpl
An implementation of the model object 'SQL Predicate In Value Row Select'. |
class |
PredicateInValueSelectImpl
An implementation of the model object 'SQL Predicate In Value Select'. |
class |
PredicateIsNullImpl
An implementation of the model object 'SQL Predicate Null'. |
class |
PredicateLikeImpl
An implementation of the model object 'SQL Predicate Like'. |
class |
PredicateQuantifiedImpl
An implementation of the model object 'SQL Predicate Quantified'. |
class |
PredicateQuantifiedRowSelectImpl
An implementation of the model object 'SQL Predicate Quantified Row Select'. |
class |
PredicateQuantifiedValueSelectImpl
An implementation of the model object 'SQL Predicate Quantified Value Select'. |
Uses of Predicate in org.eclipse.datatools.modelbase.sql.query.util |
Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type Predicate | |
java.lang.Object |
SQLQueryModelSwitch.casePredicate(Predicate object)
Returns the result of interpretting the object as an instance of 'Predicate'. |
Uses of Predicate in org.eclipse.datatools.modelbase.sql.xml.query |
Subinterfaces of Predicate in org.eclipse.datatools.modelbase.sql.xml.query | |
interface |
XMLPredicate
A representation of the model object 'XML Predicate'. |
interface |
XMLPredicateContent
A representation of the model object 'XML Predicate Content'. |
interface |
XMLPredicateDocument
A representation of the model object 'XML Predicate Document'. |
interface |
XMLPredicateExists
A representation of the model object 'XML Predicate Exists'. |
interface |
XMLPredicateValid
A representation of the model object 'XML Predicate Valid'. |
Uses of Predicate in org.eclipse.datatools.modelbase.sql.xml.query.impl |
Classes in org.eclipse.datatools.modelbase.sql.xml.query.impl that implement Predicate | |
class |
XMLPredicateContentImpl
An implementation of the model object 'XML Predicate Content'. |
class |
XMLPredicateDocumentImpl
An implementation of the model object 'XML Predicate Document'. |
class |
XMLPredicateExistsImpl
An implementation of the model object 'XML Predicate Exists'. |
class |
XMLPredicateImpl
An implementation of the model object 'XML Predicate'. |
class |
XMLPredicateValidImpl
An implementation of the model object 'XML Predicate Valid'. |
Uses of Predicate in org.eclipse.datatools.modelbase.sql.xml.query.util |
Methods in org.eclipse.datatools.modelbase.sql.xml.query.util with parameters of type Predicate | |
java.lang.Object |
SQLXMLQueryModelSwitch.casePredicate(Predicate object)
Returns the result of interpretting the object as an instance of 'Predicate'. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |