Sql Generator
Generates the SQL condition for a custom (raw) column's filter. Implementations receive the column expression and the user-typed filter value, and must return a SQL fragment (e.g. "col = ?"). Bind parameters are added via the SqlArgsCollector callback.
Functions
Link copied to clipboard
Returns the SQL fragment and stages its parameters via the SqlArgsCollector callback.