Function BuildSqlFilter
Build an SQL 'WHERE' clause which implements (parts of) the filter. The elements of the filter which are implemented in the SQL will be removed.
Located at
caldav-REPORT-calquery.php
arrayref |
$filter |
$filter A reference to an array of XMLElement defining the filter |
string
|
A string suitable for use as an SQL 'WHERE' clause selecting the desired records. |