org.eclipse.wst.rdb.internal.models.sql.expressions
Interface QueryExpression

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
QueryExpressionDefault

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

A representation of the model object 'Query Expression'. A boolean value expression specifying a condition that is True, False, or Unknown.

See Also:
SQLExpressionsPackage.getQueryExpression()

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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getSQL

public java.lang.String getSQL()

setSQL

public void setSQL(java.lang.String sqlText)