paramCount property

int paramCount
getter/setter pair

Highest 1-based positional parameter index seen while parsing. Used by Database.prepare to know how many positional values to expect at execute time.

Implementation

int paramCount = 0;