bindNull

abstract fun bindNull(index: Int)

Bind a null value to this statement. The value remains bound until clearBindings is called.

Parameters

index

The 1-based index to the parameter to bind.