There is a selectDistinct that you can use…
Query q = QueryBuilder.selectDistinct(SelectResult.property("type")).from(DataSource.database(db));
There is a selectDistinct that you can use…
Query q = QueryBuilder.selectDistinct(SelectResult.property("type")).from(DataSource.database(db));