createNClob Method (SQLServerConnection)

Creates a NClob object without any data.

참고

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

public java.sql.NClob createNClob()

반환 값

A NClob object.

예외

SQLServerException

주의

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

참고

참조

SQLServerConnection Class

개념

SQLServerConnection Methods
SQLServerConnection Members