org.apache.hadoop.chukwa.util
Class DriverManagerUtil

java.lang.Object
  extended by org.apache.hadoop.chukwa.util.DriverManagerUtil

public class DriverManagerUtil
extends Object


Nested Class Summary
static class DriverManagerUtil.ConnectionInfo
           
 
Constructor Summary
DriverManagerUtil()
           
 
Method Summary
static Connection getConnection(String url)
           
static Class loadDriver()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DriverManagerUtil

public DriverManagerUtil()
Method Detail

loadDriver

public static Class loadDriver()
                        throws ClassNotFoundException
Throws:
ClassNotFoundException

getConnection

public static Connection getConnection(String url)
                                throws SQLException
Throws:
SQLException


Copyright © ${year} The Apache Software Foundation