Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testSelect
Method · 0.95
testSelectRange
Method · 0.95
Calls
1
uqi_result_get_row_count
Method · 0.95
Tested by
2
testSelect
Method · 0.76
testSelectRange
Method · 0.76