Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Updates the designated column with an Array object given the column index.
Syntax
public void updateArray(int columnIndex,
java.sql.Array x)
Parameters
columnIndex
An int that indicates the column index.
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