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

All Superinterfaces:
org.atp.api.Typeable<FromClause>

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

This syntax element represents the FROM clause in SELECT statement.

Author:
Stanislav Muhametsin

Method Summary
 List<TableReference> getTableReferences()
          Gets all the table references.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getTableReferences

List<TableReference> getTableReferences()
Gets all the table references. Each table reference may be a simple reference to table name, sub-query, or a joined table.

Returns:
The table references for this FROM clause.
See Also:
TableReference, JoinedTable


Copyright © 2010. All Rights Reserved.