Function Command.setNullParam
Sets a prepared statement parameter to NULL.
Prototype
deprecated void setNullParam(
ulong index
);
Parameters
| Name | Description |
|---|---|
| index | The zero based index |
Sets a prepared statement parameter to NULL.
deprecated void setNullParam(
ulong index
);
| Name | Description |
|---|---|
| index | The zero based index |