Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 969 Bytes

File metadata and controls

36 lines (26 loc) · 969 Bytes
title createSQLXML Method (SQLServerConnection)
description createSQLXML Method (SQLServerConnection)
author David-Engel
ms.author davidengel
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