fail("should throw SQLFeatureNotSupportedException");
} catch (SQLFeatureNotSupportedException e) {
// expected
}
try {
resolver.updateBlob("not", new StringBufferInputStream("test"),
100L);
fail("should throw SQLFeatureNotSupportedException");
} catch (SQLFeatureNotSupportedException e) {
// expected
}