MCPcopy Create free account
hub / github.com/boxbeam/RedLib / isEmpty

Method isEmpty

src/redempt/redlib/sql/SQLHelper.java:530–532  ·  view source on GitHub ↗

@return False if the first call of ResultSet#next() on the wrapped ResultSet returned false, true otherwise

()

Source from the content-addressed store, hash-verified

528 * true otherwise
529 */
530 public boolean isEmpty() {
531 return empty;
532 }
533
534 /**
535 * Moves to the next row in the wrapped ResultSet. Note that this method is called immediately when the

Callers 1

forEachMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected