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

Method select

java/java/de/crupp/upscaledb/Environment.java:468–471  ·  view source on GitHub ↗

Performs a "UQI Select" query. @see Environment#selectRange(String, Cursor, Cursor)

(String query)

Source from the content-addressed store, hash-verified

466 * @see Environment#selectRange(String, Cursor, Cursor)
467 */
468 public Result select(String query)
469 throws DatabaseException {
470 return selectRange(query, null, null);
471 }
472
473 /**
474 * Performs a paginated "UQI Select" query.

Callers 1

testSelectMethod · 0.95

Calls 1

selectRangeMethod · 0.95

Tested by 1

testSelectMethod · 0.76