Package org.apache.torque.engine.platform

This package contains classes that provide compatibility to a range of RDBM platforms.

See:
          Description

Interface Summary
Platform Interface for RDBMS platform specific behaviour.
 

Class Summary
PlatformDefaultImpl Default implementation for the Platform interface.
PlatformFactory Factory class responsible for creating Platform objects that define RDBMS platform specific behaviour.
PlatformMysqlImpl MySql Platform implementation.
PlatformOracleImpl Oracle Platform implementation.
 

Package org.apache.torque.engine.platform Description

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.



Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.