It offers support for concatenation, so you can create your query in parts and concatenate them afterwards.
Ths string prepend will be inserted inbetween two CreatedQuery.query strings at concatation if and only if both query strings are non empty.
The resulting CreatedQuery has a prepend string equal to the one of the left side of the '~' operation.
Beware that because of the handling of the prepend string, the result of multiple concatenations depends on the order of evaluation (if empty strings are involved).
You might need parantheses or splitting
it up in multiple statements to achieve the desired effect.
The generated query + args.
It offers support for concatenation, so you can create your query in parts and concatenate them afterwards. Ths string prepend will be inserted inbetween two CreatedQuery.query strings at concatation if and only if both query strings are non empty. The resulting CreatedQuery has a prepend string equal to the one of the left side of the '~' operation.
Beware that because of the handling of the prepend string, the result of multiple concatenations depends on the order of evaluation (if empty strings are involved). You might need parantheses or splitting it up in multiple statements to achieve the desired effect.