|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PostgreSQLVendor
This is vendor for PostgreSQL database. PostgreSQL provides some extra SQL syntax elements for queries (notably
LIMIT and OFFSET clauses), and this vendor gives access to factory, which enables the creation of
these elements.
PgSQLQueryFactory,
LimitClause,
OffsetClause| Method Summary | |
|---|---|
PgSQLDataTypeFactory |
getDataTypeFactory()
Returns the data type factory, which knows to create PostgreSQL-specific data types as well as pre-defined standard ones. |
PgSQLManipulationFactory |
getManipulationFactory()
Returns the manipulation factory, which knows to create PostgreSQL-specific data manipulation statements. |
PgSQLQueryFactory |
getQueryFactory()
Returns the query factory, which knows to create PostgreSQL-specific query elements. |
| Methods inherited from interface org.sql.generation.api.vendor.SQLVendor |
|---|
getBooleanFactory, getColumnsFactory, getDefinitionFactory, getLiteralFactory, getModificationFactory, getTableReferenceFactory, toString |
| Method Detail |
|---|
PgSQLQueryFactory getQueryFactory()
getQueryFactory in interface SQLVendorQueryFactory,
QuerySpecificationPgSQLDataTypeFactory getDataTypeFactory()
getDataTypeFactory in interface SQLVendorDataTypeFactoryPgSQLManipulationFactory getManipulationFactory()
getManipulationFactory in interface SQLVendorManipulationFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||