Statement.parameterIndex

Gets the index of a bind parameter.

struct Statement
int
parameterIndex
(
string name
)

Return Value

Type: int

The index of the parameter (the first parameter has the index 1) or 0 is not found or out of range.

Meta