A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.mimer.com/MimerSqlManual/latest/Manuals/mimer_c_api_reference/MimerSetNull.htm below:

MimerSetNull

MimerSetNull

Sets an input parameter to the SQL null value.

Parameters

int32_t MimerSetNull (

            MimerStatement statementhandle,

            int16_t paramno)

statementhandle

in

A handle returned by MimerBeginStatement[C|8] identifying a prepared statement.

paramno

in

The number of the parameter to set to null. First column/parameter is 1.

Returns

A negative value indicating an error, or zero if successful.

Return value

Description

MIMER_SUCCESS

Success.

MIMER_HANDLE_INVALID

The statementhandle parameter was not recognized as a handle.

MIMER_NONEXISTENT_COLUMN_PARAMETER

The referenced parameter does not exist.

MIMER_NULL_VIOLATION

Cannot assign the null value to a non-nullable parameter

MIMER_OUTOFMEMORY

If not enough memory could be allocated.

MIMER_PARAMETER_NOT_INPUT

The referenced parameter is not an input or input/output parameter, which is required when calling a data input routine.

Notes

Micro API compatible.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4