createClob Method (SQLServerConnection)

Creates a Clob object without any data.

Note

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

public java.sql.Clob createClob()

Return Value

A Clob object.

Exceptions

SQLServerException

Remarks

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).

See Also

Reference

SQLServerConnection Class

Concepts

SQLServerConnection Methods
SQLServerConnection Members