Piezīmes
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt pierakstīties vai mainīt direktorijus.
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt mainīt direktorijus.
Updates the designated column with a java.sql.SQLXML value
Syntax
public void updateSQLXML(int columnIndex,
java.sql.SQLXML xmlObject)
Parameters
columnIndex
An int that indicates the column index.
xmlObject
A SQLXML object.
Exceptions
Remarks
This updateSQLXML method is specified by the updateSQLXML method in the java.sql.ResultSet interface.
See Also
updateSQLXML Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class