# File lib/dbd/sqlite3/statement.rb, line 70
    def bind_params(*bindvars)
        @stmt.bind_params(bindvars)
    end