|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| DerbyVendor | |
| MySQLVendor | This is vendor for MySQL database. |
| PostgreSQLVendor | This is vendor for PostgreSQL database. |
| SQLVendor | This is the base API interface for all SQLVendors to implement. |
| Class Summary | |
|---|---|
| SQLVendorProvider | This class provides easy way of acquiring vendors for specific databases. |
| Exception Summary | |
|---|---|
| UnsupportedElementException | This exception will typically be thrown by
SQLVendor.toString(org.sql.generation.api.grammar.common.SQLStatement) method when the vendor encounters a
SQL syntax element that the vendor doesn't understand. |
This package provides an API for SQLVendors to implement, and a way to load different vendors dynamically. The vendor will give access to factories in package org.sql.generation.api.grammar.factories , which will enable users to create SQL syntax elements. Vendor is also responsible for creating a textual representation (String) of a SQL syntax structure generated with these factories.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||