Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.06 KB

File metadata and controls

44 lines (33 loc) · 1.06 KB
title SQLServerBlob Class | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerBlob
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 88bd8623-889d-4b5d-99ff-c85b32f3ff5c
author David-Engel
ms.author v-daenge

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