-
Wraps non-negative number
as a SafeSql object.
Returns
SafeSql
using
template
and
params
.
Convenience method equivalent to of("{param}", param)
, which
is translated to a single question mark ('?') with param
being the value.
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 snippets using AND
operator.
A collector that joins boolean query snippets 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 snippets using OR
operator.
A collector that joins boolean query snippets using OR
operator.
Returns a template of
SafeSql
based on the
template
string.