Uses of Interface
org.apache.torque.templates.platform.Platform

Packages that use Platform
org.apache.torque.templates.platform This package contains classes that provide compatibility to a range of RDBM platforms. 
 

Uses of Platform in org.apache.torque.templates.platform
 

Classes in org.apache.torque.templates.platform that implement Platform
 class PlatformDefaultImpl
          Default implementation for the Platform interface.
 class PlatformDerbyImpl
          Derby Platform implementation.
 class PlatformHsqldbImpl
          HSQLDB (formerly known as Hypersonic) Platform implementation.
 class PlatformMssqlImpl
          MS SQL Platform implementation.
 class PlatformMysqlImpl
          MySql Platform implementation.
 class PlatformOracleImpl
          Oracle Platform implementation.
 class PlatformPostgresqlImpl
          Postgresql Platform implementation.
 

Methods in org.apache.torque.templates.platform that return Platform
static Platform PlatformFactory.getPlatformFor(String dbms)
          Returns the Platform for a platform name.
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.