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

Method relative

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

Moves the cursor a relative number of rows, either positive or negative. Attempting to move beyond the first/last row in the result set positions the cursor before/after the the first/last row. Calling relative(0) is valid, but does not change the cursor position. @param rows an int spec

(int rows)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
moveCursorMethod · 0.95

Tested by

no test coverage detected