fail("Should throw SQLFeatureNotSupportedException");
} catch (SQLFeatureNotSupportedException e) {
// expected
}
resolver.updateBinaryStream(100, null, 100L);
resolver.updateBinaryStream("not exist", null, 100L);
try {
resolver.updateBinaryStream(100, null);
fail("Should throw SQLFeatureNotSupportedException");