ResultSet.getInt Method

Retrieves the value of a column in the current row as an integer.

Syntax

public int getInt(int ColumnID)

Run On

Called

Parameters

  • ColumnID
    Type: int
    The column ID.

Return Value

Type: int
The integer value of the column.

See Also

Reference

ResultSet Class