getMaxFieldSize 메서드(SQLServerStatement)

JDBC 드라이버 다운로드

SQLServerStatement 개체에 의해 생성된 SQLServerResultSet 개체의 문자 및 이진 열 값에 대해 반환될 수 있는 최대 바이트 수를 검색합니다.

구문

  
public final int getMaxFieldSize()  

Return Value

열에 포함될 수 있는 최대 바이트 수를 나타내는 int이거나, 제한이 없는 경우 0입니다.

예외

SQLServerException

설명

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

참고 항목

SQLServerStatement 메서드
SQLServerStatement 클래스