Sun Adapter for TCP/IP HL7

com.stc.connector.hl7.framework.persist.connection.impl
Class DerbyDBConnImpl

java.lang.Object
  extended by com.stc.connector.hl7.framework.persist.connection.AbstractDBConnection
      extended by com.stc.connector.hl7.framework.persist.connection.DBConnection
          extended by com.stc.connector.hl7.framework.persist.connection.impl.DerbyDBConnImpl

public class DerbyDBConnImpl
extends DBConnection

This class is used to get the Derby connection object

Author:
Raghunadh

Field Summary
 
Fields inherited from class com.stc.connector.hl7.framework.persist.connection.AbstractDBConnection
BATCH_DML_ERROR, DML_ERROR, mConn
 
Constructor Summary
DerbyDBConnImpl(java.sql.Connection conn)
          constructor
 
Method Summary
 
Methods inherited from class com.stc.connector.hl7.framework.persist.connection.DBConnection
getRowWithStatus, updateRowWithStatus
 
Methods inherited from class com.stc.connector.hl7.framework.persist.connection.AbstractDBConnection
batchDelete, batchInsert, batchUpdate, delete, delete, executeUpdateOrDelete, get, getRow, getUnderlyingConnection, insert, insert, update, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DerbyDBConnImpl

public DerbyDBConnImpl(java.sql.Connection conn)
                throws java.sql.SQLException
constructor

Parameters:
conn - jdbc connection
Throws:
java.sql.SQLException - SQLException

Sun Adapter for TCP/IP HL7