| title | getBytes Method (java.lang.String) |
|---|---|
| description | getBytes Method (java.lang.String) |
| 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.getBytes (java.lang.String) |
| apitype | Assembly |
[!INCLUDEDriver_JDBC_Download]
Retrieves the value of the designated parameter as an array of bytes value given the parameter name.
public byte[] getBytes(java.lang.String sCol)
sCol
A String that contains the parameter name.
An array of byte values.
In a previous version of [!INCLUDEjdbcNoVersion], you could use SQLServerCallableStatement.getBytes to convert values between byte arrays and [!INCLUDEssNoVersion] data type date, time, datetime2, or datetimeoffset. Now, using this method with those data types will cause an exception indicating that the conversion is not supported.
This getBytes method is specified by the getBytes method in the java.sql.CallableStatement interface.
getBytes Method (SQLServerCallableStatement)
SQLServerCallableStatement Members
SQLServerCallableStatement Class