TDS::StatementMethods
Instance methods
conn
Sourceparameterize(command : String, arguments : Array(Parameter)) : Tuple(String, Array(String), Array(Parameter))
Replaces ? placeholders with @P$n__ where n = 0..n placeholders in
the given SQL statement, returning the updated statement, and array of
parameter names and types for sp_prepare or sp_executesql
requestType
Source