This represents an SQL query. A function will be generated which accepts a db
connection and query parameters, and returns the query results. Call the
new_* functions to get a builder.
The number of results this query returns. This determines if the return type is
void, Option, the value directly, or a Vec. It must be a valid value per
the query body (e.g. select can’t have None res count).