fail("should throw SQLException");
} catch (SQLException e) {
// expected, No current connection.
}
jrs.clearParameters();
assertEquals("SELECT * FROM USER_INFO", jrs.getCommand());
assertEquals(DERBY_URL, jrs.getUrl());
try {
jrs.execute();
fail("should throw SQLException");