Updates the designated column with an integer value given the column index.

public void updateInt(int index,
                      int x)

Parameters

index

An integer that indicates the column index.

x

An integer value.

Exceptions

SQLServerException

Remarks

This updateInt method is specified by the updateInt method in the java.sql.ResultSet interface.

See Also