Condividi tramite


createClob Method (SQLServerConnection)

Creates a Clob object without any data.

Nota

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

public java.sql.Clob createClob()

Valore restituito

A Clob object.

Eccezioni

SQLServerException

Osservazioni

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

This method replaces the need for SQLServerClob Constructor (SQLServerConnection, java.lang.String).

Vedere anche

Riferimento

SQLServerConnection Class

Concetti

SQLServerConnection Methods
SQLServerConnection Members