|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Platform | Interface for RDBMS platform specific behaviour. |
| Class Summary | |
|---|---|
| PlatformAxionImpl | Axion Platform implementation. |
| PlatformCloudscapeImpl | Cloudscape Platform implementation. |
| PlatformDb2400Impl | DB2-AS400 Platform implementation. |
| PlatformDb2Impl | DB2 Platform implementation. |
| PlatformDefaultImpl | Default implementation for the Platform interface. |
| PlatformDerbyImpl | Derby Platform implementation. |
| PlatformFactory | Factory class responsible to create Platform objects that define RDBMS platform specific behaviour. |
| PlatformHypersonicImpl | HSQLDB (formerly known as Hypersonic) Platform implementation. |
| PlatformInterbaseImpl | Interbase Platform implementation. |
| PlatformMsaccessImpl | MS Access Platform implementation. |
| PlatformMssqlImpl | MS SQL Platform implementation. |
| PlatformMysqlImpl | MySql Platform implementation. |
| PlatformOracleImpl | Oracle Platform implementation. |
| PlatformPostgresqlImpl | Postgresql Platform implementation. |
| PlatformSapdbImpl | SAP DB Platform implementation. |
| PlatformSybaseImpl | Sybase Platform implementation. |
This package contains classes that provide compatibility to a range of RDBM platforms.
The Platform interface provides callbacks that allow to get
RDBMS Platform specific information whereever neccessary.
The class PlatformDefaultImpl implements Platform and
provides default implementations of all methods.
For each supported Platform Xxx there is a class PlatformXxxImpl
which extends PlatformDefaultImpl and may override the methods of the
baseclass.
The factory class PlatformFactory can be used to create Platform
instances.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||