# File lib/dbd_sqlrelay/SQLRelay.rb, line 92
  def ping
    @handle.ping == 1 ? true : false
  end