setMaxFieldSize Method (SQLServerStatement)

Sets the limit for the maximum number of bytes in a SQLServerResultSet column storing character or binary values to the given number of bytes.

public final void setMaxFieldSize(int max)

매개 변수

max

An int that indicates the maximum number of bytes.

예외

SQLServerException

주의

This setMaxFieldSize method is specified by the setMaxFieldSize method in the java.sql.Statement interface.

참고

참조

SQLServerStatement Class

개념

SQLServerStatement Methods
SQLServerStatement Members