Package org.apache.torque.templates.platform
package org.apache.torque.templates.platform
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.
-
KlasseBeschreibungInterface for RDBMS platform specific behaviour.Default implementation for the Platform interface.Derby Platform implementation.Factory class responsible to create Platform objects that define RDBMS platform specific behaviour.HSQLDB (formerly known as Hypersonic) Platform implementation.MS SQL Platform implementation.MySql Platform implementation.Oracle Platform implementation.Postgresql Platform implementation.