fail("Should throw SQLException");
} catch (SQLException e) {
// expected, Columns being unset are not the same as set
}
try {
jrs.unsetMatchColumn(3);
fail("Should throw SQLException");
} catch (SQLException e) {
// expected, Columns being unset are not the same as set
}