MCPcopy Index your code
hub / github.com/androrm/androrm / count

Method count

src/src/com/orm/androrm/QuerySet.java:151–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149 }
150
151 public int count() {
152 if(mQuery != null) {
153 return getCount(mQuery);
154 }
155
156 return all().count();
157 }
158
159 private T createObject(Cursor c) {
160 T object = null;

Calls 2

getCountMethod · 0.95
allMethod · 0.95