| title | getByte Method (SQLServerCallableStatement) |
|---|---|
| description | getByte Method (SQLServerCallableStatement) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
| apilocation | sqljdbc.jar |
| apiname | SQLServerCallableStatement.getByte |
| apitype | Assembly |
[!INCLUDEDriver_JDBC_Download]
Retrieves the value of the designated parameter as a byte value.
| Name | Description |
|---|---|
| getByte (int) | Retrieves the value of the designated parameter as a byte value given the parameter index. |
| getByte (java.lang.String) | Retrieves the value of the designated parameter as a byte value given the parameter name. |
SQLServerCallableStatement Members
SQLServerCallableStatement Class