다음을 통해 공유


getByte Method (int)

Retrieves the value of the designated parameter as a byte value given the parameter index.

public byte getByte(int index)

매개 변수

index

An int that indicates the parameter index.

반환 값

A byte value.

예외

SQLServerException

주의

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

참고 항목

참조

SQLServerCallableStatement Class

개념

getByte Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members