org.logicalcobwebs.proxool
Interface HsqlConnectionIF

All Superinterfaces:
java.sql.Connection

public interface HsqlConnectionIF
extends java.sql.Connection

Supports InjectableInterfaceTest

Since:
0.9.0
Version:
$Revision: 1.2 $, $Date: 2004/06/17 21:33:54 $
Author:
Bill Horsman, $Author: billhorsman $ (current maintainer)

Field Summary
 
Fields inherited from interface java.sql.Connection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE
 
Method Summary
 
Methods inherited from interface java.sql.Connection
clearWarnings, close, commit, createStatement, createStatement, createStatement, getAutoCommit, getCatalog, getHoldability, getMetaData, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap