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

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

Uses of Platform in org.apache.torque.engine.database.model
 

Methods in org.apache.torque.engine.database.model that return Platform
 Platform Database.getPlatform()
          Returns the Platform implementation for this database.
 

Methods in org.apache.torque.engine.database.model with parameters of type Platform
 void Domain.loadFromXML(org.xml.sax.Attributes attrib, Platform platform)
          Imports a column from an XML specification
 

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

Classes in org.apache.torque.engine.platform that implement Platform
 class PlatformAxionImpl
          Axion Platform implementation.
 class PlatformCloudscapeImpl
          Cloudscape Platform implementation.
 class PlatformDb2400Impl
          DB2-AS400 Platform implementation.
 class PlatformDb2Impl
          DB2 Platform implementation.
 class PlatformDefaultImpl
          Default implementation for the Platform interface.
 class PlatformDerbyImpl
          Derby Platform implementation.
 class PlatformHypersonicImpl
          HSQLDB (formerly known as Hypersonic) Platform implementation.
 class PlatformInterbaseImpl
          Interbase Platform implementation.
 class PlatformMsaccessImpl
          MS Access Platform implementation.
 class PlatformMssqlImpl
          MS SQL Platform implementation.
 class PlatformMysqlImpl
          MySql Platform implementation.
 class PlatformOracleImpl
          Oracle Platform implementation.
 class PlatformPostgresqlImpl
          Postgresql Platform implementation.
 class PlatformSapdbImpl
          SAP DB Platform implementation.
 class PlatformSybaseImpl
          Sybase Platform implementation.
 

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



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.