org.apache.torque.engine.platform
Class PlatformFactory

java.lang.Object
  extended byorg.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 239626 2005-08-24 12:19:51Z henning $
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-2006 Apache Software Foundation. All Rights Reserved.