Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Updates the designated column with a java.sql.SQLXML value.
Syntax
public void updateSQLXML(java.lang.String columnLabel,
java.sql.SQLXML xmlObject)
Parameters
columnLabel
A String that indicates the column label.
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