org.apache.torque.engine.platform
Class PlatformFactory

java.lang.Object
  extended by org.apache.torque.engine.platform.PlatformFactory

public class PlatformFactory
extends java.lang.Object

Factory class responsible to create Platform objects that define RDBMS platform specific behaviour.

Version:
$Id: PlatformFactory.java 473814 2006-11-11 22:30:30Z tv $
Author:
Thomas Mahler, Martin Poeschl

Constructor Summary
PlatformFactory()
           
 
Method Summary
static Platform getPlatformFor(java.lang.String dbms)
          Returns the Platform for a platform name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlatformFactory

public PlatformFactory()
Method Detail

getPlatformFor

public static Platform getPlatformFor(java.lang.String dbms)
Returns the Platform for a platform name.

Parameters:
dbms - name of the platform


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.