JDBC isBeforeFirst returns true on empty result set
JDBC ResultSet.isBeforeFirst() returns true if the result contains no rows. it should return false OR it should throw an exception if the method is not supported.
0