fail("should throw SQLFeatureNotSupportedException");
} catch (SQLFeatureNotSupportedException e) {
// expected
}
try {
resolver.updateNClob("not", new StringReader("readstr"), 1000L);
fail("should throw SQLFeatureNotSupportedException");
} catch (SQLFeatureNotSupportedException e) {
// expected
}