Uses of Class
org.apache.torque.templates.platform.PlatformDefaultImpl
-
Packages that use PlatformDefaultImpl Package Description org.apache.torque.templates.platform This package contains classes that provide compatibility to a range of RDBM platforms. -
-
Uses of PlatformDefaultImpl in org.apache.torque.templates.platform
Subclasses of PlatformDefaultImpl in org.apache.torque.templates.platform Modifier and Type Class Description 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.
-