Updates the designated column with an Array object given the column index.
public void updateArray(int columnIndex,
java.sql.Array x)
參數
columnIndex
An int that indicates the column index.
x
An Array object.
例外狀況
備註
This updateArray method is specified by the updateArray method in the java.sql.ResultSet interface.
另請參閱
參考
概念
updateArray Method (SQLServerResultSet)
SQLServerResultSet Methods
SQLServerResultSet Members