共用方式為


getBytes Method (java.lang.String)

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.

例外狀況

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