Function PreparedImpl.setNullArg

Sets a prepared statement parameter to NULL.

void setNullArg (
  ulong index
);

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

Parameters

NameDescription
index The zero based index