createSQLXML Method (SQLServerConnection)

Download JDBC driver

Creates a SQLXML object without any data.

Syntax

  
public java.sql.SQLXML createSQLXML()  

Return Value

A SQLXML object.

Exceptions

SQLServerException

Remarks

This createSQLXML method is specified by the createSQLXML method in the java.sql.Connection interface.

See Also

SQLServerConnection Members
SQLServerConnection Class