Uses of Package
org.sql.generation.api.grammar.factories

Packages that use org.sql.generation.api.grammar.factories
org.sql.generation.api.grammar.factories.pgsql Package to contain PostgreSQL-specific factories enabling creating of PostgreSQL-specific syntax elements. 
org.sql.generation.api.vendor This package provides an API for SQLVendors to implement, and a way to load different vendors dynamically. 
 

Classes in org.sql.generation.api.grammar.factories used by org.sql.generation.api.grammar.factories.pgsql
QueryFactory
          A factory, which creates builders and syntax elements for SQL queries (SELECT statements).
 

Classes in org.sql.generation.api.grammar.factories used by org.sql.generation.api.vendor
BooleanFactory
          A factory for creating various BooleanExpressions.
ColumnsFactory
          A factory to create various expressions related to columns.
LiteralFactory
          A factory to create various literal expressions.
ModificationFactory
          A factory, which creates SQL syntax elements related to modification statements (INSERT INTO, DELETE FROM, and UPDATE).
QueryFactory
          A factory, which creates builders and syntax elements for SQL queries (SELECT statements).
TableReferenceFactory
          A factory for creating builders and syntax elements related to tables.
 



Copyright © 2010. All Rights Reserved.