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