Creates a Blob object without any data.

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

Syntax

public java.sql.Blob createBlob()

Return Value

A Blob object.

Exceptions

SQLServerException

Remarks

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

This method replaces the need for SQLServerBlob Constructor (SQLServerConnection, byte[]).

See Also

SQLServerConnection Class
SQLServerConnection Members