createNClob Method (SQLServerConnection)

Download JDBC driver

Creates a NClob object without any data.

Syntax

  
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

SQLServerConnection Members
SQLServerConnection Class