# File lib/dbd_sqlrelay/SQLRelay.rb, line 162
  def initialize(handle, stmt)
    super(nil)  # attribs

    @db = handle 
    @handle = SQLRCursor.new(@db)
    @handle.prepareQuery(stmt)
  end