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

Packages that use TableReferencePrimary
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 TableReferencePrimary in org.sql.generation.api.grammar.factories
 

Methods in org.sql.generation.api.grammar.factories with parameters of type TableReferencePrimary
 TableReferenceBuilder TableReferenceFactory.tableBuilder(TableReferencePrimary firstTable)
          Creates a new TableReferenceBuilder typically used to build joined tables.
 

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

Subinterfaces of TableReferencePrimary in org.sql.generation.api.grammar.query
 interface TableReferenceByExpression
          This syntax element represents the sub-query which acts as a table in FROM clause.
 interface TableReferenceByName
          This syntax element represents the reference to a table in FROM clause.
 



Copyright © 2010-2011. All Rights Reserved.