共用方式為


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