getBytes Method (SQLServerCallableStatement)

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

Overload List

Name Description

getBytes (int)

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

getBytes (java.lang.String)

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

See Also

Reference

SQLServerCallableStatement Class

Concepts

SQLServerCallableStatement Methods
SQLServerCallableStatement Members