Home | History | Annotate | Download | only in sqlite

Lines Matching full:groupby

1012      * @param groupBy A filter declaring how to group rows, formatted as an SQL
1030 String selection, String[] selectionArgs, String groupBy,
1033 groupBy, having, orderBy, limit, null);
1050 * @param groupBy A filter declaring how to group rows, formatted as an SQL
1071 String selection, String[] selectionArgs, String groupBy,
1074 groupBy, having, orderBy, limit, cancellationSignal);
1092 * @param groupBy A filter declaring how to group rows, formatted as an SQL
1111 String selection, String[] selectionArgs, String groupBy,
1114 selectionArgs, groupBy, having, orderBy, limit, null);
1132 * @param groupBy A filter declaring how to group rows, formatted as an SQL
1154 String selection, String[] selectionArgs, String groupBy,
1159 distinct, table, columns, selection, groupBy, having, orderBy, limit);
1181 * @param groupBy A filter declaring how to group rows, formatted as an SQL
1197 String[] selectionArgs, String groupBy, String having,
1200 return query(false, table, columns, selection, selectionArgs, groupBy,
1217 * @param groupBy A filter declaring how to group rows, formatted as an SQL
1235 String[] selectionArgs, String groupBy, String having,
1238 return query(false, table, columns, selection, selectionArgs, groupBy,