Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 2.27 KB

File metadata and controls

34 lines (28 loc) · 2.27 KB
title updateAsciiStream Method
description updateAsciiStream Method (SQLServerResultSet)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerResultSet.updateAsciiStream
apitype Assembly

updateAsciiStream Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with an ASCII stream value.

Overload List

Name Description
updateAsciiStream Method (int, java.io.InputStream) Updates the designated column with an ASCII stream value.
updateAsciiStream (int, java.io.InputStream, int) Updates the designated column index with an ASCII stream value specific to the column index.
updateAsciiStream Method (int, java.io.InputStream, long) Updates the designated column with an ASCII stream value, which will have the specified number of bytes.
updateAsciiStream Method (java.lang.String, java.io.InputStream) Updates the designated column with an ASCII stream value.
updateAsciiStream (java.lang.String, java.io.InputStream, int) Updates the designated column name with an ASCII stream value, which will have the specified number of bytes.
updateAsciiStream Method (java.lang.String, java.io.InputStream, long) Updates the designated column with an ASCII stream value, which will have the specified number of bytes.

See Also

SQLServerResultSet Members
SQLServerResultSet Class