Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates the designated column with an Array object given the column name.
Syntax
public void updateArray(java.lang.String columnName,
java.sql.Array x)
Parameters
columnName
A String that contains the column name.
x
An Array object.
Exceptions
Remarks
This updateArray method is specified by the updateArray method in the java.sql.ResultSet interface.
See Also
updateArray Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class