Condividi tramite


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)

Parametri

max

An int that indicates the maximum number of bytes.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerStatement Class

Concetti

SQLServerStatement Methods
SQLServerStatement Members