Class PlatformFactory


  • public final class PlatformFactory
    extends Object
    Factory class responsible to create Platform objects that define RDBMS platform specific behaviour.
    Version:
    $Id: PlatformFactory.java 1855923 2019-03-20 16:19:39Z gk $
    Author:
    Thomas Mahler, Martin Poeschl
    • Method Detail

      • getPlatformFor

        public static Platform getPlatformFor​(String dbms)
        Returns the Platform for a platform name.
        Parameters:
        dbms - name of the platform
        Returns:
        the Platform, not null.