# File lib/dbd_msql/Msql.rb, line 129
  def initialize(handle, statement)
    @handle = handle
    @statement = statement
    @params = []
  end