| 
 | ||||||||||
| 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 | PredicateBasicA representation of the model object 'SQL Predicate Basic'. | 
|  interface | PredicateBetweenA representation of the model object 'SQL Predicate Between'. | 
|  interface | PredicateExistsA representation of the model object 'SQL Predicate Exists'. | 
|  interface | PredicateInA representation of the model object 'SQL Predicate In'. | 
|  interface | PredicateInValueListA representation of the model object 'SQL Predicate In Value List'. | 
|  interface | PredicateInValueRowSelectA representation of the model object 'SQL Predicate In Value Row Select'. | 
|  interface | PredicateInValueSelectA representation of the model object 'SQL Predicate In Value Select'. | 
|  interface | PredicateIsNullA representation of the model object 'SQL Predicate Null'. | 
|  interface | PredicateLikeA representation of the model object 'SQL Predicate Like'. | 
|  interface | PredicateQuantifiedA representation of the model object 'SQL Predicate Quantified'. | 
|  interface | PredicateQuantifiedRowSelectA representation of the model object 'SQL Predicate Quantified Row Select'. | 
|  interface | PredicateQuantifiedValueSelectA 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 Predicateof the givenvariableornull, if thevariablehas no reference
 to aPredicate. | 
| 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, not necessarily distinct, ValueExpressionColumns found in the givenPredicate. | 
| 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.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 interpreting 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 | XMLPredicateA representation of the model object 'XML Predicate'. | 
|  interface | XMLPredicateContentA representation of the model object 'XML Predicate Content'. | 
|  interface | XMLPredicateDocumentA representation of the model object 'XML Predicate Document'. | 
|  interface | XMLPredicateExistsA representation of the model object 'XML Predicate Exists'. | 
|  interface | XMLPredicateValidA representation 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 interpreting the object as an instance of 'Predicate'. | 
| Uses of Predicate in org.eclipse.datatools.sqltools.parsers.sql.query | 
|---|
| Methods in org.eclipse.datatools.sqltools.parsers.sql.query that return Predicate | |
|---|---|
|  Predicate | SQLQueryParserFactory.negatePredicate(Predicate aPredicate,
                boolean negate) | 
| Methods in org.eclipse.datatools.sqltools.parsers.sql.query with parameters of type Predicate | |
|---|---|
|  Predicate | SQLQueryParserFactory.negatePredicate(Predicate aPredicate,
                boolean negate) | 
| Uses of Predicate in org.eclipse.datatools.sqltools.sqlbuilder.expressionbuilder.caseexpr | 
|---|
| Methods in org.eclipse.datatools.sqltools.sqlbuilder.expressionbuilder.caseexpr that return Predicate | |
|---|---|
|  Predicate | CaseSearchWhenContentElement.getPredicate() | 
| Constructors in org.eclipse.datatools.sqltools.sqlbuilder.expressionbuilder.caseexpr with parameters of type Predicate | |
|---|---|
| CaseSearchWhenContentElement(SQLDomainModel domainModel,
                             SQLQueryObject sqlStmt,
                             ValueExpressionCaseSearch caseSearchClause,
                             ValueExpressionCaseSearchContent content,
                             Predicate predicate,
                             int clauseNumber,
                             boolean firstClause) | |
| Uses of Predicate in org.eclipse.datatools.sqltools.sqlbuilder.model | 
|---|
| Methods in org.eclipse.datatools.sqltools.sqlbuilder.model that return Predicate | |
|---|---|
| static Predicate | SearchConditionHelper.buildEmptyPredicate()Creates an empty predicate. | 
|  Predicate | SearchConditionHelper.buildNewPredicate(SQLQueryObject currStmt,
                  QueryValueExpression left,
                  java.lang.String right,
                  java.lang.String comparisonKind)Builds the Predicate for the given comparison kind. | 
| Methods in org.eclipse.datatools.sqltools.sqlbuilder.model with parameters of type Predicate | |
|---|---|
|  QueryValueExpression | SearchConditionHelper.getLeftFromPredicate(Predicate pred)Returns the left value for the given predicate | 
|  java.lang.String | SearchConditionHelper.getPredicateOperator(Predicate pred)Returns the operator for the given predicate | 
|  java.lang.String | SearchConditionHelper.getRightFromPredicate(Predicate pred)Returns the right value for the given predicate | 
| static QuerySearchCondition | SearchConditionHelper.removePredicateFromCondition(Predicate pred,
                             QuerySearchCondition searchCon)Removes the given predicate from the search condition. | 
|  void | SearchConditionHelper.removePredicateFromCondition(Predicate pred,
                             QuerySearchCondition searchCon,
                             SQLQueryObject currStmt)Removes the given predicate from the search condition. | 
| static QuerySearchCondition | SearchConditionHelper.replacePredicate(QuerySearchCondition searchCon,
                 Predicate oldPred,
                 Predicate newPred) | 
|  void | SearchConditionHelper.replacePredicate(SQLQueryObject stmt,
                 QuerySearchCondition searchCon,
                 Predicate oldPred,
                 Predicate newPred)Replaces the given predicate with the new predicate | 
|  QuerySearchCondition | SearchConditionHelper.setAndOrInSearchCondition(SQLQueryObject currStmt,
                          QuerySearchCondition searchCon,
                          Predicate pred,
                          java.lang.String andOrValue)Sets the And/Or for the condition, creates the new predicate if needed and returns the searchCondition with new added predicate. | 
|  boolean | SearchConditionHelper.setLeftInPredicate(Predicate pred,
                   QueryValueExpression value)Sets the ValueExpression as Left value in the given predicate. | 
|  boolean | SearchConditionHelper.setOperatorInPredicate(SQLQueryObject currStmt,
                       QuerySearchCondition searchCon,
                       Predicate pred,
                       java.lang.String value)Sets the given value as the operator in the given predicate. | 
| Uses of Predicate in org.eclipse.datatools.sqltools.sqlbuilder.views.criteria | 
|---|
| Methods in org.eclipse.datatools.sqltools.sqlbuilder.views.criteria that return Predicate | |
|---|---|
|  Predicate | CriteriaElement.getCurrentPredicate()Return the lists of SQLPredicates that made up the search conditon | 
| Constructors in org.eclipse.datatools.sqltools.sqlbuilder.views.criteria with parameters of type Predicate | |
|---|---|
| CriteriaElement(SQLDomainModel domainModel,
                java.lang.Object target,
                java.lang.Object clause,
                Predicate predicate,
                boolean isHaving,
                boolean firstClause) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||