Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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(int columnIndex)
Parameters
columnIndex
An int that indicates the column index.
Return Value
ASQLXMLobject.
Exceptions
Remarks
This getSQLXML method is specified by the getSQLXML method in the java.sql.ResultSet interface.
See Also
getSQLXML Method (SQLServerResultSet)
SQLServerResultSet Members