根据给定的列索引使用 Object 值更新指定的列。
语法
public void updateObject(int index,
java.lang.Object obj)
参数
index
指示列索引的 int 。
obj
Object 值 。
例外
备注
此 updateObject 方法是由 java.sql.ResultSet 接口中的 updateObject 方法指定的。
根据给定的列索引使用 Object 值更新指定的列。
public void updateObject(int index,
java.lang.Object obj)
index
指示列索引的 int 。
obj
Object 值 。
此 updateObject 方法是由 java.sql.ResultSet 接口中的 updateObject 方法指定的。