根据给定的列索引使用 Array 对象更新指定的列。
语法
public void updateArray(int columnIndex, java.sql.Array x)
参数
columnIndex
指示列索引的 int 值。
x
Array 对象。
异常
备注
此 updateArray 方法由 java.sql.ResultSet 接口中的 updateArray 方法指定。
updateArray 方法 (int, java.sql.Array) |
根据给定的列索引使用 Array 对象更新指定的列。
public void updateArray(int columnIndex, java.sql.Array x)
columnIndex
指示列索引的 int 值。
x
Array 对象。
此 updateArray 方法由 java.sql.ResultSet 接口中的 updateArray 方法指定。