--- 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 [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] 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 [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] as an IMAGE data type. ## See Also [SQLServerBlob Members](../../../connect/jdbc/reference/sqlserverblob-members.md) [JDBC Driver API Reference](../../../connect/jdbc/reference/jdbc-driver-api-reference.md)