Skip to main content

Module params

Module params 

Source
Expand description

AST-level parameter binding for prepared statements.

Replaces Value::Placeholder("$1") nodes in the sqlparser AST with concrete literal values, eliminating the need for SQL text substitution.

Enums§

ParamValue
Parameter value for AST substitution.

Functions§

bind_params
Substitute all $N placeholders in a parsed statement with concrete values.