createNClob Method (SQLServerConnection)

Creates a NClob object without any data.

Hinweis

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

public java.sql.NClob createNClob()

Rückgabewert

A NClob object.

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Referenz

SQLServerConnection Class

Konzepte

SQLServerConnection Methods
SQLServerConnection Members