|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |