Class: DBI::DBD::Pg::Statement::DummyQuoter

Inherits:
Object
  • Object
show all
Defined in:
lib/dbd/pg/statement.rb

Overview

A native binding helper.

Instance Method Summary collapse

Instance Method Details

#quote(str) ⇒ Object

dummy to substitute ?-style parameter markers by :1 :2 etc.



120
121
122
# File 'lib/dbd/pg/statement.rb', line 120

def quote(str)
    str
end