Uses of Package
org.sql.generation.api.grammar.query.joins

Packages that use org.sql.generation.api.grammar.query.joins
org.sql.generation.api.grammar.builders.query Package to hold builders for SQL queries (SELECT -statements). 
org.sql.generation.api.grammar.factories This package provides factories to create various builders and SQL syntax elements. 
org.sql.generation.api.grammar.query.joins This package provides syntax interfaces for joined tables, mostly used in FROM clause. 
 

Classes in org.sql.generation.api.grammar.query.joins used by org.sql.generation.api.grammar.builders.query
JoinSpecification
          This is common interface for join specification used in QualifiedJoinedTable.
JoinType
          This enum represents the join type, used in QualifiedJoinedTable and NaturalJoinedTable.
 

Classes in org.sql.generation.api.grammar.query.joins used by org.sql.generation.api.grammar.factories
JoinCondition
          This syntax element represents the join condition, used in QualifiedJoinedTable.
NamedColumnsJoin
          This syntax element represents the join based on same-named columns in two tables having same value.
 

Classes in org.sql.generation.api.grammar.query.joins used by org.sql.generation.api.grammar.query.joins
JoinedTable
          This is common interface for joined tables.
JoinSpecification
          This is common interface for join specification used in QualifiedJoinedTable.
JoinType
          This enum represents the join type, used in QualifiedJoinedTable and NaturalJoinedTable.
 



Copyright © 2010-2011. All Rights Reserved.