# File lib/dbd_ado/ADO.rb, line 109 def initialize(handle, statement, db) @handle = handle @statement = statement @params = [] @db = db end