getBytes Method (int)

Retrieves the value of the designated parameter as an array of bytes value given the parameter index.

public byte[] getBytes(int index)

参数

index

An int that indicates the parameter index.

返回值

An array of byte values.

异常

SQLServerException

备注

This getBytes method is specified by the getBytes method in the java.sql.CallableStatement interface.

另请参见

参考

SQLServerCallableStatement Class

概念

getBytes Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members