Condividi tramite


createSQLXML Method (SQLServerConnection)

Creates a SQLXML object without any data.

Nota

This feature is introduced starting with the Microsoft SQL Server JDBC Driver version 2.0.

public java.sql.SQLXML createSQLXML()

Valore restituito

A SQLXML object.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerConnection Class

Concetti

SQLServerConnection Methods
SQLServerConnection Members