Prepared.setNullArg

Sets a prepared statement parameter to NULL.

This is here mainly for legacy reasons. You can set a field to null simply by saying prepared.setArg(index, null);

More...
struct Prepared
void
setNullArg
(
size_t index
)

Detailed Description

Type Mappings

$(TYPE_MAPPINGS)

Meta