Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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;
Callers
15
isEmpty
Method · 0.95
testRollback
Method · 0.45
testCommit
Method · 0.45
testCount
Method · 0.45
testInFilterModel
Method · 0.45
testInFilterString
Method · 0.45
testOneToManyResolutionOnlyField
Method · 0.45
testOneToManyResolutionLastField
Method · 0.45
testOneToManyResolutionInBetween
Method · 0.45
testForeignKeyResolutionOnlyField
Method · 0.45
testForeignKeyResolutionLastField
Method · 0.45
testForeignKeyResolutionInBetween
Method · 0.45
Calls
2
getCount
Method · 0.95
all
Method · 0.95
Tested by
15
testRollback
Method · 0.36
testCommit
Method · 0.36
testCount
Method · 0.36
testInFilterModel
Method · 0.36
testInFilterString
Method · 0.36
testOneToManyResolutionOnlyField
Method · 0.36
testOneToManyResolutionLastField
Method · 0.36
testOneToManyResolutionInBetween
Method · 0.36
testForeignKeyResolutionOnlyField
Method · 0.36
testForeignKeyResolutionLastField
Method · 0.36
testForeignKeyResolutionInBetween
Method · 0.36
testManyToManyFieldResolutionOnlyField
Method · 0.36