SelectQueryBuilder.all() method
Home > @direct-sqlite/core > SelectQueryBuilder > all
SelectQueryBuilder.all() method
Section titled “SelectQueryBuilder.all() method”Resolves all matching entries into a compiled array list.
Signature:
all(): Pick<TRow, TSelectedKey>[];Returns:
Pick<TRow, TSelectedKey>[]
An array of objects representing the rows returned by the executed SELECT query.