# File lib/dbd_interbase/InterBase.rb, line 134 def initialize(cursor, statement) @handle = cursor @statement = statement @params = [] end