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

All Superinterfaces:
TableReference, org.atp.api.Typeable<TableReferencePrimary>
All Known Subinterfaces:
TableReferenceByExpression, TableReferenceByName

public interface TableReferencePrimary
extends TableReference, org.atp.api.Typeable<TableReferencePrimary>

This is common interface for non-joined table references.

Author:
Stanislav Muhametsin

Method Summary
 TableAlias getTableAlias()
          Returns the alias for this table.
 
Methods inherited from interface org.sql.generation.api.grammar.query.TableReference
asTypeable
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getTableAlias

TableAlias getTableAlias()
Returns the alias for this table.

Returns:
The alias for this table.
See Also:
TableAlias


Copyright © 2010-2011. All Rights Reserved.