Condividi tramite


createNClob Method (SQLServerConnection)

Creates a NClob object without any data.

Nota

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

public java.sql.NClob createNClob()

Valore restituito

A NClob object.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerConnection Class

Concetti

SQLServerConnection Methods
SQLServerConnection Members