org.apache.torque.engine.platform
Class PlatformFactory
java.lang.Object
org.apache.torque.engine.platform.PlatformFactory
public class PlatformFactory
- extends 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlatformFactory
public PlatformFactory()
getPlatformFor
public static Platform getPlatformFor(String dbms)
- Returns the Platform for a platform name.
- Parameters:
dbms
- name of the platform
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.