An array of the field names used in the where clause.
Returns true
if the parsed where clause meets the requirements of standardized sql.
Executes the where clause against a feature to generate a value.
Tests the attributes of a feature against the whereClause
, and returns true
if the test passes, false
otherwise.
Generated using TypeDoc
The WhereClause is used to extract the features that meet a specified condition by parsing the provided results in to a value.
Read more...