Method: Blazer::Adapters::BaseAdapter#parameter_binding

Defined in:
lib/blazer/adapters/base_adapter.rb

#parameter_bindingObject



21
22
23
24
25
26
27
# File 'lib/blazer/adapters/base_adapter.rb', line 21

def parameter_binding
  # optional, but recommended when possible for security
  # if specified, quoting is only used for display
  # :positional - ?
  # :numeric - $1
  # ->(statement, values) { ... } - custom method
end