glimr/db/gen/parser/params/where

WHERE Parameter Extraction

Functions for extracting parameter-to-column mappings from WHERE clauses. Handles comparison operators and delegates BETWEEN patterns to the between module.

Values

pub fn extract(sql: String) -> List(#(Int, String))

Extract parameter-to-column mappings from WHERE clause. Handles BETWEEN patterns specially for more accurate naming.

Search Document