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

This package provides factories to create various builders and SQL syntax elements.

See:
          Description

Interface Summary
BooleanFactory A factory for creating various BooleanExpressions.
ColumnsFactory A factory to create various expressions related to columns.
DataTypeFactory This is factory for creating SQL data types.
DefinitionFactory This is factory for creating builders and syntax elements related to SQL Data Definition (typically CREATE statements).
LiteralFactory A factory to create various literal expressions.
ManipulationFactory This is factory for creating builders and syntax elements related to SQL Data Manipulation (typically ALTER and DROP statements).
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.
 

Package org.sql.generation.api.grammar.factories Description

This package provides factories to create various builders and SQL syntax elements.



Copyright © 2010. All Rights Reserved.