Klasse PlatformFactory

java.lang.Object
org.apache.torque.templates.platform.PlatformFactory

public final class PlatformFactory extends Object
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
  • Methodendetails

    • getPlatformFor

      public static Platform getPlatformFor(String dbms)
      Returns the Platform for a platform name.
      Parameter:
      dbms - name of the platform
      Gibt zurück:
      the Platform, not null.