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.
예외
주의
This getBytes method is specified by the getBytes method in the java.sql.CallableStatement interface.
참고 항목
참조
SQLServerCallableStatement Class
개념
getBytes Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members