getSQLXML Method (int) SQLServerResultSet
Retrieves the value of a designated column in the current row of the SQLServerResultSet object as a SQLXML object.
Nota
This feature is introduced starting with the Microsoft SQL Server JDBC Driver version 2.0.
public final java.sql.SQLXML getSQLXML(int columnIndex)
Parámetros
columnIndex
An int that indicates the column index.
Valor devuelto
A SQLXML object.
Excepciones
Observaciones
This getSQLXML method is specified by the getSQLXML method in the java.sql.ResultSet interface.
Vea también
Conceptos
getSQLXML Method (SQLServerResultSet)
SQLServerResultSet Methods
SQLServerResultSet Members