StaticbuildBuild filter as SQL condition based on the datamodel of the API, appending any values to the given statement.
Column names are validated against the datamodel and values are added to statement
(bound as parameters, or inlined as escaped literals when the statement is in legacy mode).
filter to build
data model (and database) to use for formatting of values
statement being assembled (collects bind values / provides placeholders)
StaticprintPrint filter as an inline (non-parameterized) SQL condition string.
filter to print
data model (and database) to use for formatting of values
Class for recursively parsing of filters and printing them as SQL conditions. Supports three types of statements