ParameterizedNamedSql

12 Sep 20251 minute to read

Interface to define the parameterized named SQL query.

Properties

params Record

Specifies the bind variable names from the sql string to the associated values.

sql string

Specifies the SQL WHERE clause with bind variable placeholders for each value.