Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 984 Bytes

sqlserverblob-class.md

File metadata and controls

39 lines (28 loc) · 984 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
SQLServerBlob Class
SQLServerBlob Class
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerBlob
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