Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/androrm/androrm
/ getCursor
Method
getCursor
src/src/com/orm/androrm/QuerySet.java:58–61 ·
view source on GitHub ↗
(SelectStatement query)
Source
from the content-addressed store, hash-verified
56
}
57
58
private
Cursor getCursor(SelectStatement query) {
59
mAdapter.open();
60
return
mAdapter.query(query);
61
}
62
63
private
void
closeConnection(Cursor c) {
64
c.close();
Callers
3
get
Method · 0.95
getItems
Method · 0.95
getCount
Method · 0.95
Calls
2
open
Method · 0.80
query
Method · 0.80
Tested by
no test coverage detected