Uses of Interface
org.sql.generation.api.grammar.query.joins.JoinedTable

Packages that use JoinedTable
org.sql.generation.api.grammar.query.joins This package provides syntax interfaces for joined tables, mostly used in FROM clause. 
 

Uses of JoinedTable in org.sql.generation.api.grammar.query.joins
 

Subinterfaces of JoinedTable in org.sql.generation.api.grammar.query.joins
 interface CrossJoinedTable
          This syntax element represents the cross join (CROSS JOIN between two tables.
 interface NaturalJoinedTable
          This syntax element represents the NATURAL JOIN between two tables.
 interface QualifiedJoinedTable
          This syntax element represents the qualified join (JOIN between two tables.
 interface UnionJoinedTable
          This syntax element represents the UNION JOIN between two tables.
 



Copyright © 2010-2011. All Rights Reserved.