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

Packages that use TableReferenceByExpression
org.sql.generation.api.grammar.factories This package provides factories to create various builders and SQL syntax elements. 
 

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

Methods in org.sql.generation.api.grammar.factories that return TableReferenceByExpression
 TableReferenceByExpression TableReferenceFactory.table(QueryExpression query)
           Creates a new table reference, which will use the values returned by query as if they were values of the table.
 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.
 



Copyright © 2010. All Rights Reserved.