Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/androrm/androrm
/ closeConnection
Method
closeConnection
src/src/com/orm/androrm/QuerySet.java:63–66 ·
view source on GitHub ↗
(Cursor c)
Source
from the content-addressed store, hash-verified
61
}
62
63
private
void
closeConnection(Cursor c) {
64
c.close();
65
mAdapter.close();
66
}
67
68
public
T get(
int
id) {
69
Where where =
new
Where();
Callers
3
get
Method · 0.95
getItems
Method · 0.95
getCount
Method · 0.95
Calls
1
close
Method · 0.45
Tested by
no test coverage detected