See: Description
| Interface | 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.