다음을 통해 공유


createSQLXML Method (SQLServerConnection)

Creates a SQLXML object without any data.

참고

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

public java.sql.SQLXML createSQLXML()

반환 값

A SQLXML object.

예외

SQLServerException

주의

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

참고

참조

SQLServerConnection Class

개념

SQLServerConnection Methods
SQLServerConnection Members