updateRS.updateObject( 2, _columnDescs[ 0 ].values[ 1 ], ILLEGAL_JDBC_TYPES[ i ], 0 );
fail( "updateObject() should have failed." );
}
catch (SQLException se) { assertUnimplemented( se ); }
try {
updateRS.updateObject( "col2", _columnDescs[ 0 ].values[ 1 ], ILLEGAL_JDBC_TYPES[ i ] );
fail( "updateObject() should have failed." );
}
catch (SQLException se) { assertUnimplemented( se ); }
try {
updateRS.updateObject( "col2", _columnDescs[ 0 ].values[ 1 ], ILLEGAL_JDBC_TYPES[ i ], 0 );