# File lib/dbd_odbc/ODBC.rb, line 189
  def initialize(handle)
    @handle = handle
    @params = []
    @arr = []
  end