module

TDS::StatementMethods

Instance methods

conn
Source
parameterize(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

Source
parameterize(args : Enumerable) : Tuple(String, Array(Parameter))
Source
perform_exec(args : Enumerable) : DB::ExecResult
Source
perform_query(args : Enumerable) : DB::ResultSet
Source
requestType
Source