Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.05 KB

File metadata and controls

39 lines (29 loc) · 1.05 KB
title createSQLXML Method (SQLServerConnection) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
ms.assetid cf5bfcdd-bc03-4c5b-b554-d8a8a4067e93
author David-Engel
ms.author v-daenge

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