Learn R Programming

bcdata (version 0.5.0)

CQL: CQL escaping

Description

Write a CQL expression to escape its inputs, and return a CQL/SQL object. Used when writing filter expressions in bcdc_query_geodata().

Usage

CQL(...)

Value

An object of class c("CQL", "SQL")

Arguments

...

Character vectors that will be combined into a single CQL statement.

Details

See the CQL/ECQL for Geoserver website.

Examples

Run this code
CQL("FOO > 12 & NAME LIKE 'A&'")

Run the code above in your browser using DataLab