|
staticconstexprnoexcept |
Creates a selecter for retrieving entities from the database table.
The returned selecter corresponds to a SELECT SQL statement without any conditions, so it will select all entities from the table. To apply select conditions, use the Where(), OrderBy(), and Limit() methods of the selecter to create a new selecter with conditions. The following code demonstrates how to use the selecter:
The returned selecter selects all columns of the table. To control which columns to select, use the MakeSelecter(const COLUMN&&...) method instead.
For easier-to-use methods, use the following methods from the easy style interface: