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

All Superinterfaces:
QueryExpression, SQLObject
All Known Implementing Classes:
QueryExpressionDefaultImpl

public interface QueryExpressionDefault
extends SQLObject, QueryExpression

A representation of the model object 'Query Expression Default'. Place holder for the default query expression.

The following features are supported:

See Also:
SQLExpressionsPackage.getQueryExpressionDefault()

Method Summary
 java.lang.String getSQL()
          Returns the value of the 'SQL' attribute.
 void setSQL(java.lang.String value)
          Sets the value of the 'SQL' attribute.
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel
 

Method Detail

getSQL

public java.lang.String getSQL()
Returns the value of the 'SQL' attribute.

If the meaning of the 'SQL' attribute isn't clear, there really should be more of a description here...

Specified by:
getSQL in interface QueryExpression
Returns:
the value of the 'SQL' attribute.
See Also:
setSQL(String), SQLExpressionsPackage.getQueryExpressionDefault_SQL()

setSQL

public void setSQL(java.lang.String value)
Sets the value of the 'SQL' attribute.

Specified by:
setSQL in interface QueryExpression
Parameters:
value - the new value of the 'SQL' attribute.
See Also:
getSQL()


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