Edit

getSQLXML Method (java.lang.String) (SQLServerResultSet)

Download JDBC driver

Retrieves the value of a designated column in the current row of the SQLServerResultSet object as a SQLXML object.

Syntax

  
public final java.sql.SQLXML getSQLXML(java.lang.String columnLabel)  

Parameters

columnName

A String that indicates the column label.

Return Value

ASQLXMLobject.

Exceptions

SQLServerException

Remarks

This getSQLXML method is specified by the getSQLXML method in the java.sql.ResultSet interface.

See Also

getSQLXML Method (SQLServerResultSet)
SQLServerResultSet Members