Uses of Interface
org.sql.generation.api.grammar.query.TableAlias

Packages that use TableAlias
org.sql.generation.api.grammar.factories This package provides factories to create various builders and SQL syntax elements. 
org.sql.generation.api.grammar.query This package and its sub-package contain elements related to SQL queries (SELECT statements). 
 

Uses of TableAlias in org.sql.generation.api.grammar.factories
 

Methods in org.sql.generation.api.grammar.factories that return TableAlias
 TableAlias TableReferenceFactory.tableAlias(String tableNameAlias)
           Creates a new alias for table.
 TableAlias TableReferenceFactory.tableAliasWithCols(String tableNameAlias, String... colNames)
          Creates a new table alias for table, with renamed columns.
 

Methods in org.sql.generation.api.grammar.factories with parameters of type TableAlias
 TableReferenceByExpression TableReferenceFactory.table(QueryExpression query, TableAlias alias)
          Creates a new table reference, which will use the values returned by query as if they were values of the table.
 TableReferenceByName TableReferenceFactory.table(TableName tableName, TableAlias alias)
          Creates a new table references, which uses given table name along with given table alias.
 

Uses of TableAlias in org.sql.generation.api.grammar.query
 

Methods in org.sql.generation.api.grammar.query that return TableAlias
 TableAlias TableReferencePrimary.getTableAlias()
          Returns the alias for this table.
 



Copyright © 2010-2011. All Rights Reserved.