pub fn execute_sql(sql: &str, params: &[Value], transaction: u64) -> Vec<u8> ⓘExpand description
Build the sp_executesql call for a parameterised statement.
The statement text and the parameter declarations are themselves parameters, so nothing a caller binds is ever concatenated into SQL. This is the whole reason the driver takes the RPC route instead of the far simpler batch one.