Klasse PlatformFactory
java.lang.Object
org.apache.torque.templates.platform.PlatformFactory
Factory class responsible to create Platform objects that
define RDBMS platform specific behaviour.
- Version:
- $Id: PlatformFactory.java 1912328 2023-09-15 14:14:19Z gk $
- Autor:
- Thomas Mahler, Martin Poeschl
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Platform
getPlatformFor
(String dbms) Returns the Platform for a platform name.
-
Methodendetails
-
getPlatformFor
Returns the Platform for a platform name.- Parameter:
dbms
- name of the platform- Gibt zurück:
- the Platform, not null.
-