createSQLXML Method (SQLServerConnection)
Creates a SQLXML object without any data.
Syntax
public java.sql.SQLXML createSQLXML()
Return Value
A SQLXML object.
Exceptions
Remarks
This createSQLXML method is specified by the createSQLXML method in the java.sql.Connection interface.