Home | History | Annotate | Download | only in sqlite

Lines Matching refs:orderBy

1022      * @param orderBy How to order the rows, formatted as an SQL ORDER BY clause
1033 String having, String orderBy, String limit) {
1035 groupBy, having, orderBy, limit, null);
1060 * @param orderBy How to order the rows, formatted as an SQL ORDER BY clause
1074 String having, String orderBy, String limit, CancellationSignal cancellationSignal) {
1076 groupBy, having, orderBy, limit, cancellationSignal);
1102 * @param orderBy How to order the rows, formatted as an SQL ORDER BY clause
1114 String having, String orderBy, String limit) {
1116 selectionArgs, groupBy, having, orderBy, limit, null);
1142 * @param orderBy How to order the rows, formatted as an SQL ORDER BY clause
1157 String having, String orderBy, String limit, CancellationSignal cancellationSignal) {
1161 distinct, table, columns, selection, groupBy, having, orderBy, limit);
1191 * @param orderBy How to order the rows, formatted as an SQL ORDER BY clause
1200 String orderBy) {
1203 having, orderBy, null /* limit */);
1227 * @param orderBy How to order the rows, formatted as an SQL ORDER BY clause
1238 String orderBy, String limit) {
1241 having, orderBy, limit);