| title | setByte Method (SQLServerCallableStatement) | 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 |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | 0fbb03a5-61ee-4fb8-9dea-dce5cb1a367e | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Sets the designated parameter to the given byte value.
public void setByte(java.lang.String sCol,
byte b)
sCol
A String that contains the parameter name.
b
A byte value.
This setByte method is specified by the setByte method in the java.sql.CallableStatement interface.
SQLServerCallableStatement Members
SQLServerCallableStatement Class