Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 945 Bytes

File metadata and controls

39 lines (28 loc) · 945 Bytes
title SQLServerBlob Class
description SQLServerBlob Class
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerBlob
apitype Assembly

SQLServerBlob Class

[!INCLUDEDriver_JDBC_Download]

Represents a binary large object (BLOB).

Package: com.microsoft.sqlserver.jdbc

Extends: java.lang.Object

Implements: java.sql.Blob, java.io.Serializable

Syntax

  
public class SQLServerBlob  

Remarks

A BLOB is stored in [!INCLUDEssNoVersion] as an IMAGE data type.

See Also

SQLServerBlob Members
JDBC Driver API Reference