Compartir a través de


createBlob Method (SQLServerConnection)

Creates a Blob object without any data.

Nota

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

public java.sql.Blob createBlob()

Valor devuelto

A Blob object.

Excepciones

SQLServerException

Observaciones

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

Vea también

Referencia

SQLServerConnection Class

Conceptos

SQLServerConnection Methods
SQLServerConnection Members