net.sf.farrago.test
Interface FarragoJdbcTest.JdbcTester

All Known Implementing Classes:
FarragoJdbcTest.FarragoJdbcTester
Enclosing class:
FarragoJdbcTest

public static interface FarragoJdbcTest.JdbcTester


Method Summary
 Connection getConnection()
           
 Statement getStatement()
           
 Connection newConnection()
           
 void setUp()
           
 void tearDown()
           
 

Method Detail

setUp

void setUp()
           throws Exception
Throws:
Exception

tearDown

void tearDown()
              throws Exception
Throws:
Exception

getConnection

Connection getConnection()

newConnection

Connection newConnection()
                         throws Exception
Throws:
Exception

getStatement

Statement getStatement()