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

/frameworks/base/core/java/com/android/internal/content/
H A DSelectionBuilder.java106 public Cursor query(SQLiteDatabase db, String table, String[] columns, String groupBy, argument
108 return db.query(table, columns, getSelection(), getSelectionArgs(), groupBy, having,
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteQueryBuilder.java186 * @param groupBy A filter declaring how to group rows, formatted as an SQL
203 String groupBy, String having, String orderBy, String limit) {
204 if (TextUtils.isEmpty(groupBy) && !TextUtils.isEmpty(having)) {
206 "HAVING clauses are only permitted when using a groupBy clause");
226 appendClause(query, " GROUP BY ", groupBy);
276 * @param groupBy A filter declaring how to group rows, formatted
292 String selection, String[] selectionArgs, String groupBy,
294 return query(db, projectionIn, selection, selectionArgs, groupBy, having, sortOrder,
313 * @param groupBy A filter declaring how to group rows, formatted
331 String selection, String[] selectionArgs, String groupBy,
201 buildQueryString( boolean distinct, String tables, String[] columns, String where, String groupBy, String having, String orderBy, String limit) argument
291 query(SQLiteDatabase db, String[] projectionIn, String selection, String[] selectionArgs, String groupBy, String having, String sortOrder) argument
330 query(SQLiteDatabase db, String[] projectionIn, String selection, String[] selectionArgs, String groupBy, String having, String sortOrder, String limit) argument
372 query(SQLiteDatabase db, String[] projectionIn, String selection, String[] selectionArgs, String groupBy, String having, String sortOrder, String limit, CancellationSignal cancellationSignal) argument
433 buildQuery( String[] projectionIn, String selection, String groupBy, String having, String sortOrder, String limit) argument
469 buildQuery( String[] projectionIn, String selection, String[] selectionArgs, String groupBy, String having, String sortOrder, String limit) argument
514 buildUnionSubQuery( String typeDiscriminatorColumn, String[] unionColumns, Set<String> columnsPresentInTable, int computedColumnsOffset, String typeDiscriminatorValue, String selection, String groupBy, String having) argument
553 buildUnionSubQuery( String typeDiscriminatorColumn, String[] unionColumns, Set<String> columnsPresentInTable, int computedColumnsOffset, String typeDiscriminatorValue, String selection, String[] selectionArgs, String groupBy, String having) argument
[all...]
H A DSQLiteDatabase.java1016 * @param groupBy A filter declaring how to group rows, formatted as an SQL
1034 String selection, String[] selectionArgs, String groupBy,
1037 groupBy, having, orderBy, limit, null);
1054 * @param groupBy A filter declaring how to group rows, formatted as an SQL
1075 String selection, String[] selectionArgs, String groupBy,
1078 groupBy, having, orderBy, limit, cancellationSignal);
1096 * @param groupBy A filter declaring how to group rows, formatted as an SQL
1115 String selection, String[] selectionArgs, String groupBy,
1118 selectionArgs, groupBy, having, orderBy, limit, null);
1136 * @param groupBy
1033 query(boolean distinct, String table, String[] columns, String selection, String[] selectionArgs, String groupBy, String having, String orderBy, String limit) argument
1074 query(boolean distinct, String table, String[] columns, String selection, String[] selectionArgs, String groupBy, String having, String orderBy, String limit, CancellationSignal cancellationSignal) argument
1113 queryWithFactory(CursorFactory cursorFactory, boolean distinct, String table, String[] columns, String selection, String[] selectionArgs, String groupBy, String having, String orderBy, String limit) argument
1156 queryWithFactory(CursorFactory cursorFactory, boolean distinct, String table, String[] columns, String selection, String[] selectionArgs, String groupBy, String having, String orderBy, String limit, CancellationSignal cancellationSignal) argument
1200 query(String table, String[] columns, String selection, String[] selectionArgs, String groupBy, String having, String orderBy) argument
1238 query(String table, String[] columns, String selection, String[] selectionArgs, String groupBy, String having, String orderBy, String limit) 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 425 milliseconds