| Package | Description |
|---|---|
| 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.
|
| Class and Description |
|---|
| DataTypeFactory
This is factory for creating SQL data types.
|
| ManipulationFactory
This is factory for creating builders and syntax elements related to SQL Data Manipulation (typically
ALTER
and DROP statements). |
| Class and Description |
|---|
| 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.
|
Copyright © 2010-2012. All Rights Reserved.