com.jpattern.orm.dialect
Class DetermineDBType

java.lang.Object
  extended by com.jpattern.orm.dialect.DetermineDBType

public class DetermineDBType
extends Object

Return the type of underlying DB

Author:
ufo

Constructor Summary
DetermineDBType()
           
 
Method Summary
 DBType determineDBType(String driverName, String URL, String databaseProductName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DetermineDBType

public DetermineDBType()
Method Detail

determineDBType

public DBType determineDBType(String driverName,
                              String URL,
                              String databaseProductName)


Copyright © 2013. All Rights Reserved.