fr.gouv.culture.sdx.utils.rdbms.hsql
Class HSQLDB

java.lang.Object
  extended byfr.gouv.culture.sdx.utils.SdxObjectImpl
      extended byfr.gouv.culture.sdx.utils.rdbms.hsql.HSQLDB
All Implemented Interfaces:
org.apache.avalon.framework.logger.LogEnabled, SdxObject

public class HSQLDB
extends SdxObjectImpl

Created by IntelliJ IDEA. User: rpandey Date: Feb 28, 2003 Time: 10:47:59 AM To change this template use Options | File Templates.


Field Summary
protected  java.lang.String dbDirPath
           
protected  java.lang.String HSQLDB_DRIVER
           
protected  java.lang.String PROTOCOL_PREFIX
           
protected  java.lang.String tableCreationQuery
           
protected  java.lang.String tableName
           
 
Fields inherited from class fr.gouv.culture.sdx.utils.SdxObjectImpl
encoding, logger
 
Constructor Summary
HSQLDB()
           
 
Method Summary
protected  void finalize()
           
 java.lang.String getDbDirPath()
           
 java.sql.Connection getSQLConnection()
           
 void setDbDirPath(java.lang.String dbDirPath)
           
 
Methods inherited from class fr.gouv.culture.sdx.utils.SdxObjectImpl
enableLogging, getChildLogger, setEncoding
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HSQLDB_DRIVER

protected final java.lang.String HSQLDB_DRIVER
See Also:
Constant Field Values

PROTOCOL_PREFIX

protected final java.lang.String PROTOCOL_PREFIX
See Also:
Constant Field Values

dbDirPath

protected java.lang.String dbDirPath

tableName

protected java.lang.String tableName

tableCreationQuery

protected java.lang.String tableCreationQuery
Constructor Detail

HSQLDB

public HSQLDB()
       throws java.lang.ClassNotFoundException
Method Detail

setDbDirPath

public void setDbDirPath(java.lang.String dbDirPath)
                  throws SDXException
Throws:
SDXException

getDbDirPath

public java.lang.String getDbDirPath()

getSQLConnection

public java.sql.Connection getSQLConnection()
                                     throws SDXException
Throws:
SDXException

finalize

protected void finalize()
                 throws java.lang.Throwable
Throws:
java.lang.Throwable


Copyright © 2000-2004 Ministere de la culture et de la communication / AJLSM. All Rights Reserved.