| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PgSQLDataTypeFactory
This is factory for creating SQL pre-defined types, as well as types specific for PostgreSQL.
|
| Modifier and Type | Method and Description |
|---|---|
DataTypeFactory |
SQLVendor.getDataTypeFactory()
Returns the factory to create syntax elements for SQL data types compatible with this vendor.
|
Copyright © 2010-2012. All Rights Reserved.