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

Method getRowCount

java/java/de/crupp/upscaledb/Result.java:49–51  ·  view source on GitHub ↗

Returns the row count

()

Source from the content-addressed store, hash-verified

47 * Returns the row count
48 */
49 public int getRowCount() {
50 return uqi_result_get_row_count(m_handle);
51 }
52
53 /**
54 * Returns the key type.

Callers 2

testSelectMethod · 0.95
testSelectRangeMethod · 0.95

Calls 1

Tested by 2

testSelectMethod · 0.76
testSelectRangeMethod · 0.76