NamedPlaceholderConverter::$originalParameterIndex
The maximum positional placeholder parsed.
Normally Drupal does not produce SQL with positional placeholders, but this is to manage the edge case.
Type: originalParameterIndex
File
-
core/
modules/ mysqli/ src/ Driver/ Database/ mysqli/ NamedPlaceholderConverter.php, line 73
Class
- NamedPlaceholderConverter
- A class to convert a SQL statement with named placeholders to positional.
Namespace
Drupal\mysqli\Driver\Database\mysqliCode
private int $originalParameterIndex = 0;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.