Statement fragments form a monoid.
Construct a statement fragment with the given SQL string, which must contain sufficient ?
placeholders to accommodate the fields of the given interpolated value.
Construct a statement fragment with the given SQL string, which must contain sufficient ?
placeholders to accommodate the fields of the given interpolated value. This is normally
accomplished via the string interpolator rather than direct construction.
Construct a statement fragment with no interpolated values and a trailing space; the
passed SQL string must not contain ?
placeholders.
Construct a statement fragment with no interpolated values and a trailing space; the
passed SQL string must not contain ?
placeholders.
Construct a statement fragment with no interpolated values and no trailing space; the
passed SQL string must not contain ?
placeholders.
Construct a statement fragment with no interpolated values and no trailing space; the
passed SQL string must not contain ?
placeholders.
The empty fragment.
The empty fragment. Adding this to another fragment has no effect.