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").
| stmt |
The prepared statement to execute |
|
A list of integer values from the first column |