MCPcopy Create free account
hub / github.com/cruppstahl/upscaledb / moveFirst

Method moveFirst

java/java/de/crupp/upscaledb/Cursor.java:181–184  ·  view source on GitHub ↗

Moves the Cursor to the first Database element @see Cursor#move(int)

()

Source from the content-addressed store, hash-verified

179 * @see Cursor#move(int)
180 */
181 public void moveFirst()
182 throws DatabaseException {
183 move(Const.UPS_CURSOR_FIRST);
184 }
185
186 /**
187 * Moves the Cursor to the last Database element

Callers 5

testMoveFirstMethod · 0.95
testGetKeyMethod · 0.95
testGetRecordMethod · 0.95
testOverwriteMethod · 0.95
testCursorMethod · 0.95

Calls 1

moveMethod · 0.95

Tested by 5

testMoveFirstMethod · 0.76
testGetKeyMethod · 0.76
testGetRecordMethod · 0.76
testOverwriteMethod · 0.76
testCursorMethod · 0.76