org.logicalcobwebs.proxool
Class ProxyStatementTest
java.lang.Object
TestCase
org.logicalcobwebs.proxool.AbstractProxoolTest
org.logicalcobwebs.proxool.ProxyStatementTest
public class ProxyStatementTest
- extends AbstractProxoolTest
Test whether ProxyStatement works
- Since:
- Proxool 0.8
- Version:
- $Revision: 1.13 $, $Date: 2006/03/03 09:58:26 $
- Author:
- bill, $Author: billhorsman $ (current maintainer)
Field Summary |
private static Log |
LOG
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final Log LOG
ProxyStatementTest
public ProxyStatementTest(java.lang.String alias)
testDelegateStatement
public void testDelegateStatement()
throws java.lang.Exception
- That we can get the delegate driver's Statement from the one given by Proxool
- Throws:
java.lang.Exception
testPreparedStatement
public void testPreparedStatement()
throws java.lang.Exception
- Test what interfaces are supported when getting a PreparedStatement
- Throws:
java.lang.Exception
testCallableStatement
public void testCallableStatement()
throws java.lang.Exception
- Test what interfaces are supported when getting a CallableStatement
- Throws:
java.lang.Exception
testDelegateConnection
public void testDelegateConnection()
throws java.lang.Exception
- That we can get the delegate driver's Connection from the one given by Proxool
- Throws:
java.lang.Exception
registerPool
private java.lang.String registerPool(java.lang.String alias)
throws java.lang.Exception
- Parameters:
alias
-
- Throws:
java.lang.Exception
testCloseByStatement
public void testCloseByStatement()
throws java.lang.Exception
- Throws:
java.lang.Exception