@Override
 public boolean isSingleRow() {
   if (!hashMapResult.hasRows()) {
     return (dummyRow != null);
   }
   return hashMapResult.isSingleRow();
 }