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

All Known Subinterfaces:
CrossJoinedTable, JoinedTable, NaturalJoinedTable, QualifiedJoinedTable, TableReferenceByExpression, TableReferenceByName, TableReferencePrimary, UnionJoinedTable

public interface TableReference

This is common interface for all table references in FROM clause.

Author:
Stanislav Muhametsin
See Also:
FromClause, TableReferencePrimary, JoinedTable

Method Summary
 org.atp.api.Typeable<?> asTypeable()
          Helper method to cast this object into Typeable.
 

Method Detail

asTypeable

org.atp.api.Typeable<?> asTypeable()
Helper method to cast this object into Typeable.

Returns:
This object.


Copyright © 2010-2011. All Rights Reserved.