com.atlassian.greenhopper.util.database
Class DatabaseUtils

java.lang.Object
  extended by com.atlassian.greenhopper.util.database.DatabaseUtils

public class DatabaseUtils
extends java.lang.Object

Utilities to obtain and work with a java.sql.Connection.


Constructor Summary
DatabaseUtils()
           
 
Method Summary
static DatabaseType resolveDatabaseType(java.sql.Connection connection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseUtils

public DatabaseUtils()
Method Detail

resolveDatabaseType

public static DatabaseType resolveDatabaseType(java.sql.Connection connection)
                                        throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © 2007-2014 Atlassian. All Rights Reserved.