Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Retrieves the value of the designated parameter as a SQLXML object given the parameter index.
Syntax
public final java.sql.SQLXML getSQLXML(int parameterIndex)
Parameters
parameterIndex
An int that indicates the parameter index.
Return Value
ASQLXMLobject.
Exceptions
Remarks
This getSQLXML method is specified by the getSQLXML method in the java.sql.CallableStatement interface.
See Also
getSQLXML Method (SQLServerCallableStatement)
SQLServerCallableStatement Members