Treat query results as an array.
An alternative to ResultSet that provides array-like access to the results of a query.
It uses fetchAll() instead of fetch() internally.