Searched defs:distinct (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/persistence/db/src/main/java/androidx/sqlite/db/
H A DSupportSQLiteQueryBuilder.java59 public SupportSQLiteQueryBuilder distinct() { method in class:SupportSQLiteQueryBuilder
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteQueryBuilder.java58 * @param distinct if true the query is DISTINCT, otherwise it isn't
60 public void setDistinct(boolean distinct) { argument
61 mDistinct = distinct;
178 * @param distinct true if you want each row to be unique, false otherwise.
202 boolean distinct, String tables, String[] columns, String where,
215 if (distinct) {
201 buildQueryString( boolean distinct, String tables, String[] columns, String where, String groupBy, String having, String orderBy, String limit) argument
H A DSQLiteDatabase.java1095 * @param distinct true if you want each row to be unique, false otherwise.
1123 public Cursor query(boolean distinct, String table, String[] columns, argument
1126 return queryWithFactory(null, distinct, table, columns, selection, selectionArgs,
1133 * @param distinct true if you want each row to be unique, false otherwise.
1164 public Cursor query(boolean distinct, String table, String[] columns, argument
1167 return queryWithFactory(null, distinct, table, columns, selection, selectionArgs,
1175 * @param distinct true if you want each row to be unique, false otherwise.
1204 boolean distinct, String table, String[] columns,
1207 return queryWithFactory(cursorFactory, distinct, table, columns, selection,
1215 * @param distinct tru
1203 queryWithFactory(CursorFactory cursorFactory, boolean distinct, String table, String[] columns, String selection, String[] selectionArgs, String groupBy, String having, String orderBy, String limit) argument
1246 queryWithFactory(CursorFactory cursorFactory, boolean distinct, String table, String[] columns, String selection, String[] selectionArgs, String groupBy, String having, String orderBy, String limit, CancellationSignal cancellationSignal) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 125 milliseconds