Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.49 KB

File metadata and controls

36 lines (30 loc) · 1.49 KB
title setBytes Method (SQLServerBlob) | 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.setBytes
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid cd193265-3a65-4b1e-86ec-7818c3c0c1e2
author David-Engel
ms.author v-daenge

setBytes Method (SQLServerBlob)

[!INCLUDEDriver_JDBC_Download]

Writes the given array of bytes into the BLOB starting at the given position, and then returns the number of bytes written.

Overload List

Name Description
setBytes (long, byte[]) Writes the given array of bytes into the BLOB starting at the given position, and then returns the number of bytes written.
setBytes (long, byte[], int, int) Writes all or part of the given array of bytes into the BLOB starting at the given position, offset, and length, and then returns the number of bytes written.

See Also

SQLServerBlob Methods
SQLServerBlob Members
SQLServerBlob Class