paramCount property
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;
Highest 1-based positional parameter index seen while parsing. Used by Database.prepare to know how many positional values to expect at execute time.
int paramCount = 0;