# File SQLRelay.rb, line 93
  def ping
    @handle.ping == 1 ? true : false
  end