RecordSet::where - jcobban/Genealogy GitHub Wiki

$recordSet->where

Up: class RecordSet

This protected member is a string containing the contents of the WHERE clause used by operations on the table. This string has insertion points matching the values supplied in $recordset->sqlParms. It may be updated by the class-specific implementation of method getWhere.

Next: $recordset->sqlParms