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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Predicate, PredicateBasic, PredicateBetween, PredicateExists, PredicateIn, PredicateInValueList, PredicateInValueRowSelect, PredicateInValueSelect, PredicateIsNull, PredicateLike, PredicateQuantified, PredicateQuantifiedRowSelect, PredicateQuantifiedValueSelect, QuerySearchCondition, SearchConditionCombined, SearchConditionDefault, SearchConditionNested, XMLPredicate, XMLPredicateContent, XMLPredicateDocument, XMLPredicateExists, XMLPredicateValid

public interface SearchCondition
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Search Condition'. Reference: 5WD-02-Foundation-2002-12

See Also:
SQLExpressionsPackage.getSearchCondition()

Method Summary
 java.lang.String getSQL()
           
 void setSQL(java.lang.String sqlText)
           
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getSQL

java.lang.String getSQL()


setSQL

void setSQL(java.lang.String sqlText)