Uses of Interface
org.eclipse.datatools.modelbase.sql.expressions.SearchCondition

Packages that use SearchCondition
org.eclipse.datatools.modelbase.sql.constraints   
org.eclipse.datatools.modelbase.sql.constraints.impl   
org.eclipse.datatools.modelbase.sql.expressions   
org.eclipse.datatools.modelbase.sql.expressions.impl   
org.eclipse.datatools.modelbase.sql.expressions.util   
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   
org.eclipse.datatools.modelbase.sql.tables   
org.eclipse.datatools.modelbase.sql.tables.impl   
org.eclipse.datatools.modelbase.sql.xml.query   
org.eclipse.datatools.modelbase.sql.xml.query.impl   
org.eclipse.datatools.modelbase.sql.xml.query.util   
 

Uses of SearchCondition in org.eclipse.datatools.modelbase.sql.constraints
 

Methods in org.eclipse.datatools.modelbase.sql.constraints that return SearchCondition
 SearchCondition CheckConstraint.getSearchCondition()
          Returns the value of the 'Search Condition' containment reference.
 SearchCondition Assertion.getSearchCondition()
          Returns the value of the 'Search Condition' containment reference.
 

Methods in org.eclipse.datatools.modelbase.sql.constraints with parameters of type SearchCondition
 void CheckConstraint.setSearchCondition(SearchCondition value)
          Sets the value of the 'Search Condition' containment reference.
 void Assertion.setSearchCondition(SearchCondition value)
          Sets the value of the 'Search Condition' containment reference.
 

Uses of SearchCondition in org.eclipse.datatools.modelbase.sql.constraints.impl
 

Methods in org.eclipse.datatools.modelbase.sql.constraints.impl that return SearchCondition
 SearchCondition CheckConstraintImpl.getSearchCondition()
           
 SearchCondition AssertionImpl.getSearchCondition()
           
 

Methods in org.eclipse.datatools.modelbase.sql.constraints.impl with parameters of type SearchCondition
 NotificationChain CheckConstraintImpl.basicSetSearchCondition(SearchCondition newSearchCondition, NotificationChain msgs)
           
 void CheckConstraintImpl.setSearchCondition(SearchCondition newSearchCondition)
           
 NotificationChain AssertionImpl.basicSetSearchCondition(SearchCondition newSearchCondition, NotificationChain msgs)
           
 void AssertionImpl.setSearchCondition(SearchCondition newSearchCondition)
           
 

Uses of SearchCondition in org.eclipse.datatools.modelbase.sql.expressions
 

Subinterfaces of SearchCondition in org.eclipse.datatools.modelbase.sql.expressions
 interface SearchConditionDefault
           A representation of the model object 'Search Condition Default'.
 

Uses of SearchCondition in org.eclipse.datatools.modelbase.sql.expressions.impl
 

Classes in org.eclipse.datatools.modelbase.sql.expressions.impl that implement SearchCondition
 class SearchConditionDefaultImpl
           An implementation of the model object 'Search Condition Default'.
 

Uses of SearchCondition in org.eclipse.datatools.modelbase.sql.expressions.util
 

Methods in org.eclipse.datatools.modelbase.sql.expressions.util with parameters of type SearchCondition
 java.lang.Object SQLExpressionsSwitch.caseSearchCondition(SearchCondition object)
          Returns the result of interpretting the object as an instance of 'Search Condition'.
 

Uses of SearchCondition in org.eclipse.datatools.modelbase.sql.query
 

Subinterfaces of SearchCondition in org.eclipse.datatools.modelbase.sql.query
 interface Predicate
           A representation of the model object 'SQL Predicate'.
 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'.
 interface QuerySearchCondition
           A representation of the model object 'SQL Search Condition'.
 interface SearchConditionCombined
           A representation of the model object 'SQL Search Condition Combined'.
 interface SearchConditionNested
           A representation of the model object 'SQL Search Condition Nested'.
 

Uses of SearchCondition in org.eclipse.datatools.modelbase.sql.query.helper
 

Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type SearchCondition
static void TableHelper.resolveTableReferencesInSearchCondition(SearchCondition searchCondition, java.util.List tableExpressionList)
          Deprecated. NO, but not implemented Associates the column refernces in the given search condition to the tables in the list of TableExpressions.
 

Uses of SearchCondition in org.eclipse.datatools.modelbase.sql.query.impl
 

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement SearchCondition
 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'.
 class QuerySearchConditionImpl
           An implementation of the model object 'SQL Search Condition'.
 class SearchConditionCombinedImpl
           An implementation of the model object 'SQL Search Condition Combined'.
 class SearchConditionNestedImpl
           An implementation of the model object 'SQL Search Condition Nested'.
 

Uses of SearchCondition in org.eclipse.datatools.modelbase.sql.query.util
 

Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type SearchCondition
 java.lang.Object SQLQueryModelSwitch.caseSearchCondition(SearchCondition object)
          Returns the result of interpretting the object as an instance of 'Search Condition'.
 

Uses of SearchCondition in org.eclipse.datatools.modelbase.sql.tables
 

Methods in org.eclipse.datatools.modelbase.sql.tables that return SearchCondition
 SearchCondition Trigger.getWhen()
          Returns the value of the 'When' containment reference.
 

Methods in org.eclipse.datatools.modelbase.sql.tables with parameters of type SearchCondition
 void Trigger.setWhen(SearchCondition value)
          Sets the value of the 'When' containment reference.
 

Uses of SearchCondition in org.eclipse.datatools.modelbase.sql.tables.impl
 

Methods in org.eclipse.datatools.modelbase.sql.tables.impl that return SearchCondition
 SearchCondition TriggerImpl.getWhen()
           
 

Methods in org.eclipse.datatools.modelbase.sql.tables.impl with parameters of type SearchCondition
 NotificationChain TriggerImpl.basicSetWhen(SearchCondition newWhen, NotificationChain msgs)
           
 void TriggerImpl.setWhen(SearchCondition newWhen)
           
 

Uses of SearchCondition in org.eclipse.datatools.modelbase.sql.xml.query
 

Subinterfaces of SearchCondition 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 SearchCondition in org.eclipse.datatools.modelbase.sql.xml.query.impl
 

Classes in org.eclipse.datatools.modelbase.sql.xml.query.impl that implement SearchCondition
 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 SearchCondition in org.eclipse.datatools.modelbase.sql.xml.query.util
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.util with parameters of type SearchCondition
 java.lang.Object SQLXMLQueryModelSwitch.caseSearchCondition(SearchCondition object)
          Returns the result of interpretting the object as an instance of 'Search Condition'.
 



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