org.utgenome.gwt.utgb.server
Class JDBCService

java.lang.Object
  extended by org.utgenome.gwt.utgb.server.JDBCService

public class JDBCService
extends Object

A support class for acquiring JDBC connections.

Author:
leo

Nested Class Summary
static class JDBCService.GenericDBAccess
           
static class JDBCService.HSQLDBAccess
           
 
Constructor Summary
JDBCService()
           
 
Method Summary
static org.xerial.db.sql.DatabaseAccess getDatabaseAccess(String projectRootFolder, UTGBConfig.Database db)
           
static org.xerial.db.sql.DatabaseAccess getDatabaseAccess(UTGBConfig.Database db)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCService

public JDBCService()
Method Detail

getDatabaseAccess

public static org.xerial.db.sql.DatabaseAccess getDatabaseAccess(UTGBConfig.Database db)
                                                          throws UTGBException
Throws:
UTGBException

getDatabaseAccess

public static org.xerial.db.sql.DatabaseAccess getDatabaseAccess(String projectRootFolder,
                                                                 UTGBConfig.Database db)
                                                          throws UTGBException
Throws:
UTGBException


Copyright © 2007-2012 utgenome.org. All Rights Reserved.