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

Packages that use SearchCondition
org.eclipse.datatools.enablement.ase.catalog   
org.eclipse.datatools.enablement.sybase.asa.base.catalog   
org.eclipse.datatools.modelbase.sql.constraints   
org.eclipse.datatools.modelbase.sql.expressions   
org.eclipse.datatools.modelbase.sql.expressions.util   
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.util   
org.eclipse.datatools.modelbase.sql.tables   
org.eclipse.datatools.modelbase.sql.xml.query   
org.eclipse.datatools.modelbase.sql.xml.query.util   
 

Uses of SearchCondition in org.eclipse.datatools.enablement.ase.catalog
 

Methods in org.eclipse.datatools.enablement.ase.catalog that return SearchCondition
 SearchCondition SybaseASECatalogCheckConstraint.getSearchCondition()
           
 

Uses of SearchCondition in org.eclipse.datatools.enablement.sybase.asa.base.catalog
 

Methods in org.eclipse.datatools.enablement.sybase.asa.base.catalog that return SearchCondition
 SearchCondition SybaseASACatalogBaseColumnCheckConstraint.getSearchCondition()
           
 SearchCondition SybaseASACatalogBaseCheckConstraint.getSearchCondition()
           
 SearchCondition SybaseASACatalogBaseTrigger.getWhen()
           
 

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

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

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

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.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 interpreting 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.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 interpreting 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.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.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 interpreting the object as an instance of 'Search Condition'.