MCPcopy 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

getMethod · 0.95
getItemsMethod · 0.95
getCountMethod · 0.95

Calls 2

openMethod · 0.80
queryMethod · 0.80

Tested by

no test coverage detected