Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Retrieves the value of the designated parameter as an array of bytes value given the parameter name.
Syntax
public byte[] getBytes(java.lang.String sCol)
Parameters
sCol
A String that contains the parameter name.
Return Value
An array of byte values.
Exceptions
Remarks
In a previous version of 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.
This getBytes method is specified by the getBytes method in the java.sql.CallableStatement interface.
See Also
getBytes Method (SQLServerCallableStatement)
SQLServerCallableStatement Members
SQLServerCallableStatement Class