org.sql.generation.api.grammar.query
Interface QueryExpression

All Superinterfaces:
NonBooleanExpression, SQLStatement, org.atp.api.Typeable<ValueExpression>, ValueExpression

public interface QueryExpression
extends NonBooleanExpression, SQLStatement

This syntax element represents the QueryExpressionBody and, in future, the WithClause (WITH) to be used with query.

Author:
Stanislav Muhametsin

Method Summary
 QueryExpressionBody getQueryExpressionBody()
          Returns the body of this query.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getQueryExpressionBody

QueryExpressionBody getQueryExpressionBody()
Returns the body of this query.

Returns:
The body of this query.


Copyright © 2010-2012. All Rights Reserved.