# File lib/dbd/pg/statement.rb, line 25 25: def bind_param(index, value, options) 26: @bindvars[index-1] = value 27: end