createBlob Method (SQLServerConnection)

Creates a Blob object without any data.

참고

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

public java.sql.Blob createBlob()

반환 값

A Blob object.

예외

SQLServerException

주의

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

참고

참조

SQLServerConnection Class

개념

SQLServerConnection Methods
SQLServerConnection Members