Applies the AND
condition to the given RawQuery
and binds input string values, if any.
Accepts two RawQuery
instances and a third expression consisting of which columns to join on.
Applies the OR
condition to the given RawQuery
and binds input string values, if any.
Accepts a SELECT FROM
format string and optional subqueries. If subqueries are provided, there
should be curly braces {}
in the format string to interpolate each subquery’s sql string into.
Concatenates subqueries to the SELECT FROM
clause, and creates a new RawQuery
from the
concatenated sql string. The binds from each subquery are added in the order they appear in the
macro parameter. Subqueries are consumed into the new RawQuery
.