Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1007 Bytes

createsqlxml-method-sqlserverconnection.md

File metadata and controls

36 lines (26 loc) · 1007 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic
createSQLXML Method (SQLServerConnection)
createSQLXML Method (SQLServerConnection)
David-Engel
v-davidengel
01/19/2017
sql
connectivity
reference

createSQLXML Method (SQLServerConnection)

[!INCLUDEDriver_JDBC_Download]

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