Uses of Interface
org.apache.torque.templates.platform.Platform
-
Packages that use Platform Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description static Platform
PlatformFactory. getPlatformFor(String dbms)
Returns the Platform for a platform name.
-