Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1010 Bytes

File metadata and controls

37 lines (27 loc) · 1010 Bytes
title createSQLXML Method (SQLServerConnection)
description createSQLXML Method (SQLServerConnection)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic 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