org.logicalcobwebs.proxool
Class ProxyDatabaseMetaDataTest

java.lang.Object
  extended by TestCase
      extended by org.logicalcobwebs.proxool.AbstractProxoolTest
          extended by org.logicalcobwebs.proxool.ProxyDatabaseMetaDataTest

public class ProxyDatabaseMetaDataTest
extends AbstractProxoolTest

Test whether ProxyDatabaseMetaData works

Since:
Proxool 0.8
Version:
$Revision: 1.5 $, $Date: 2003/03/04 10:24:40 $
Author:
bill, $Author: billhorsman $ (current maintainer)

Field Summary
private static Log LOG
           
 
Constructor Summary
ProxyDatabaseMetaDataTest(java.lang.String alias)
           
 
Method Summary
 void testGetConnection()
          Test whether we can get the Proxool connection back from the DatabaseMetaData object (rather than the delegate connection)
 
Methods inherited from class org.logicalcobwebs.proxool.AbstractProxoolTest
setUp, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

private static final Log LOG
Constructor Detail

ProxyDatabaseMetaDataTest

public ProxyDatabaseMetaDataTest(java.lang.String alias)
Method Detail

testGetConnection

public void testGetConnection()
                       throws java.lang.Exception
Test whether we can get the Proxool connection back from the DatabaseMetaData object (rather than the delegate connection)

Throws:
java.lang.Exception