org.utgenome.gwt.utgb.server
Class JDBCService.HSQLDBAccess

java.lang.Object
  extended by org.xerial.db.sql.DatabaseAccessBase
      extended by org.utgenome.gwt.utgb.server.JDBCService.HSQLDBAccess
All Implemented Interfaces:
org.xerial.db.sql.DatabaseAccess
Enclosing class:
JDBCService

public static class JDBCService.HSQLDBAccess
extends org.xerial.db.sql.DatabaseAccessBase


Field Summary
static String ADDRESS_PREFIX
           
static String DRIVER_NAME
           
 
Constructor Summary
JDBCService.HSQLDBAccess()
          open memory database
JDBCService.HSQLDBAccess(String address)
           
JDBCService.HSQLDBAccess(String address, String user, String pass)
           
 
Method Summary
 
Methods inherited from class org.xerial.db.sql.DatabaseAccessBase
accumulate, createStatement, createTableSQL, createValueTupleFromBean, dispose, getConnectionPool, getPrimaryKeyColumns, getPrimaryKeyColumns, getRelation, getTableNameList, hasTable, insert, insertAndRetrieveKeys, insertAndRetrieveKeysWithPreparedStatement, isAutoCommit, query, query, query, query, queryWithHandler, setAutoCommit, setQueryTimeout, singleColumnQuery, toJSON, update, update, updateWithPreparedStatement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DRIVER_NAME

public static final String DRIVER_NAME
See Also:
Constant Field Values

ADDRESS_PREFIX

public static final String ADDRESS_PREFIX
See Also:
Constant Field Values
Constructor Detail

JDBCService.HSQLDBAccess

public JDBCService.HSQLDBAccess()
                         throws org.xerial.db.DBException
open memory database

Throws:
org.xerial.db.DBException

JDBCService.HSQLDBAccess

public JDBCService.HSQLDBAccess(String address)
                         throws org.xerial.db.DBException
Throws:
org.xerial.db.DBException

JDBCService.HSQLDBAccess

public JDBCService.HSQLDBAccess(String address,
                                String user,
                                String pass)
                         throws org.xerial.db.DBException
Throws:
org.xerial.db.DBException


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