*/
public static Test suite()
{
BaseTestSuite suite = new BaseTestSuite
("Create ResultSets from PreparedStatements");
suite.addTestSuite(ResultSetsFromPreparedStatementTest.class);
TestSetup wrapper = new CleanDatabaseTestSetup(suite) {
protected void decorateSQL(Statement s) throws SQLException
{
Connection c = s.getConnection();