Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets the limit for the maximum number of bytes in a SQLServerResultSet column storing character or binary values to the given number of bytes.
Syntax
public final void setMaxFieldSize(int max)
Parameters
max
An int that indicates the maximum number of bytes.
Exceptions
Remarks
This setMaxFieldSize method is specified by the setMaxFieldSize method in the java.sql.Statement interface.