-
Wraps non-negative number
as a literal SQL snippet in a SafeSql object.
Returns
SafeSql
using
template
and
params
.
An optional query that's only rendered if
param
is present; otherwise returns
EMPTY
.
An optional query that's only rendered if
condition
is true; otherwise returns
EMPTY
.
A collector that joins boolean query snippet using AND
operator.
A collector that joins boolean query snippet using AND
operator.
Returns a collector that joins SafeSql elements using delimiter
.
Returns a collector that joins SafeSql elements using delimiter
.
A collector that joins boolean query snippet using OR
operator.
A collector that joins boolean query snippet using OR
operator.