Poznámka
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete sa skúsiť prihlásiť alebo zmeniť adresáre.
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete skúsiť zmeniť adresáre.
Retrieves the value of the designated parameter as an array of bytes.
Overload List
| Name | Description |
|---|---|
| getBytes (int) | Retrieves the value of the designated parameter as an array of bytes value given the parameter index. |
| getBytes (java.lang.String) | Retrieves the value of the designated parameter as an array of bytes value given the parameter name. |
Remarks
In a previous version of the Microsoft JDBC Driver for SQL Server, you could use SQLServerCallableStatement.getBytes to convert values between byte arrays and SQL Server 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.
See Also
SQLServerCallableStatement Members
SQLServerCallableStatement Class