getByte 메서드(int)

JDBC 드라이버 다운로드

매개 변수 인덱스가 지정된 경우 지정된 매개 변수의 값을 byte 값으로 검색합니다.

구문

  
public byte getByte(int index)  

매개 변수

index

매개 변수 인덱스를 나타내는 int입니다.

반환 값

byte 값입니다.

예외

SQLServerException

설명

이 getByte 메서드는 java.sql.CallableStatement 인터페이스의 getByte 메서드에 의해 지정됩니다.

참고 항목

getByte 메서드(SQLServerCallableStatement)
SQLServerCallableStatement 멤버
SQLServerCallableStatement 클래스