createNClob Method (SQLServerConnection)

Creates a NClob object without any data.

Note

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

public java.sql.NClob createNClob()

Return Value

A NClob object.

Exceptions

SQLServerException

Remarks

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

See Also

Reference

SQLServerConnection Class

Concepts

SQLServerConnection Methods
SQLServerConnection Members