See: Description
| Interface | Description |
|---|---|
| DerbyVendor | |
| H2Vendor | |
| MySQLVendor |
This is vendor for MySQL database.
|
| PostgreSQLVendor |
This is vendor for PostgreSQL database.
|
| SQLiteVendor | |
| SQLVendor |
This is the base API interface for all SQLVendors to implement.
|
| Class | Description |
|---|---|
| SQLVendorProvider |
This class provides easy way of acquiring vendors for specific databases.
|
| Exception | Description |
|---|---|
| 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. |
Copyright © 2010-2012. All Rights Reserved.