getBytes 메서드 (java.lang.String)
매개 변수 이름이 지정된 경우 지정된 매개 변수의 값을 바이트 값의 배열로 검색합니다.
구문
public byte[] getBytes(java.lang.String sCol)
매개 변수
sCol
매개 변수 이름이 들어 있는 문자열입니다.
Return Value
byte 값의 배열입니다.
예외
설명
이전 버전의 Microsoft JDBC Driver for SQL Server에서는 SQLServerCallableStatement.getBytes를 사용하여 바이트 배열과 SQL Server 데이터 형식 날짜, 시간, datetime2 또는 datetimeoffset 간의 값을 변환할 수 있습니다. 이제 이 메서드를 이러한 데이터 형식과 함께 사용하면 변환이 지원되지 않음을 나타내는 예외가 발생합니다.
이 getBytes 메서드는 java.sql.CallableStatement 인터페이스의 getBytes 메서드에 의해 지정됩니다.
참고 항목
getBytes 메서드(SQLServerCallableStatement)
SQLServerCallableStatement 멤버
SQLServerCallableStatement 클래스