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

All Superinterfaces:
org.atp.api.Typeable<QueryExpressionBody>
All Known Subinterfaces:
CrossJoinedTable, JoinedTable, NaturalJoinedTable, PgSQLQuerySpecification, QualifiedJoinedTable, QueryExpressionBodyActual, QueryExpressionBodyBinary, QueryExpressionBodyQuery, QuerySpecification, UnionJoinedTable
All Known Implementing Classes:
QueryExpressionBody.EmptyQueryExpressionBody

public interface QueryExpressionBody
extends org.atp.api.Typeable<QueryExpressionBody>

This is common interface for a queries and joined tables.

Author:
Stanislav Muhametsin
See Also:
QueryExpressionBodyActual, JoinedTable

Nested Class Summary
static class QueryExpressionBody.EmptyQueryExpressionBody
          This syntax element represents the empty query expression body.
 
Method Summary
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 



Copyright © 2010. All Rights Reserved.