MCPcopy Create free account
hub / github.com/androrm/androrm / distinct

Method distinct

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

Source from the content-addressed store, hash-verified

96 }
97
98 public QuerySet<T> distinct() {
99 if(mQuery != null) {
100 mQuery.distinct();
101 }
102
103 return this;
104 }
105
106 public QuerySet<T> all() {
107 if(mQuery == null) {

Callers 4

testDistinctMethod · 0.45
getRelationSelectionMethod · 0.45
resolveLastFieldMethod · 0.45
resolveRelationFieldMethod · 0.45

Calls

no outgoing calls

Tested by 1

testDistinctMethod · 0.36