MCPcopy Create free account
hub / github.com/SPLWare/esProc / isLast

Method isLast

src/main/java/com/esproc/jdbc/ResultSet.java:1415–1428  ·  view source on GitHub ↗

Retrieves whether the cursor is on the last row of this ResultSet object. Note: Calling the method isLast may be expensive because the JDBC driver might need to fetch ahead one row in order to determine whether the current row is the last row in the result set. @return true if the cursor is on the

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

skipOverMethod · 0.80
getMethod · 0.80

Calls 3

logMethod · 0.95
sizeMethod · 0.65
lengthMethod · 0.45

Tested by

no test coverage detected