| std::vector< ENTITY > sqt::DataContext< ENTITY >::SelectAll | ( | ) |
Retrieves all entities from the database table.
| sqt::SQLError | Thrown if the selection fails. |
This method retrieves all entities into a container. Be aware that this may result in high memory consumption if the table contains a large number of rows. To mitigate this, consider using the MakeSelecter() method from the complex style interface to control the selection progress manually.
For more control over which entities to retrieve, use the following alternatives: