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

Method next

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

Moves the cursor forward one row from its current position. A ResultSet cursor is initially positioned before the first row; the first call to the method next makes the first row the current row; the second call makes the second row the current row, and so on. @return true if the new current row is

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

runMethod · 0.95
getTableFieldsMethod · 0.95
getTableFKMapMethod · 0.95
listTableNamesMethod · 0.95
listColumnInfoMethod · 0.95
getPrimaryKeysMethod · 0.95
listSchemasMethod · 0.95
getTableFKMapMethod · 0.95
getListTableColumnsMethod · 0.95
retrieveMethod · 0.95
getKeyNamesMethod · 0.95
updateMethod · 0.95

Calls 2

logMethod · 0.95
moveCursorMethod · 0.95

Tested by

no test coverage detected