fetchAllInt64


Description:

public ArrayList<int> fetchAllInt64 (Statement stmt)

Fetches all integer values from the first column of a query result.

This is a convenience method for queries that return a single column of integer values (e.g., "SELECT id FROM table").

Parameters:

stmt

The prepared statement to execute

Returns:

A list of integer values from the first column