Share via


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)

Parameters

sCol

A String that contains the parameter name.

Return Value

An array of byte values.

Exceptions

SQLServerException

Remarks

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

See Also

Reference

SQLServerCallableStatement Class

Concepts

getBytes Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members