The Platform interface provides callbacks that allow to get RDBMS Platform specific information whereever neccessary.
Platform
The class PlatformDefaultImpl implements Platform and provides default implementations of all methods.
PlatformDefaultImpl
For each supported Platform Xxx there is a class PlatformXxxImpl which extends PlatformDefaultImpl and may override the methods of the baseclass.
Xxx
PlatformXxxImpl
The factory class PlatformFactory can be used to create Platform instances.
PlatformFactory