Java prüft, ob sich etwas in der MySQL -Tabelle befindet

mysql> SELECT EXISTS(SELECT * from ExistsRowDemo WHERE ExistId=104);
Cloudy Civet