RecordSet::sqlParms - jcobban/Genealogy GitHub Wiki

$recordSet->sqlParms

Up: class RecordSet

This protected member is an array of parameter values that is passed to the PDO execute method to perform operations on the set of Records. It may be updated by the class-specific implementation of method getWhere.

Next: class Address