Creates a SQLXML object without any data.
Note:
This feature is introduced starting with the Microsoft SQL Server JDBC Driver version 2.0.
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.