Home | History | Annotate | Download | only in sqlite

Lines Matching refs:orderBy

1020      * @param orderBy How to order the rows, formatted as an SQL ORDER BY clause
1031 String having, String orderBy, String limit) {
1033 groupBy, having, orderBy, limit, null);
1058 * @param orderBy How to order the rows, formatted as an SQL ORDER BY clause
1072 String having, String orderBy, String limit, CancellationSignal cancellationSignal) {
1074 groupBy, having, orderBy, limit, cancellationSignal);
1100 * @param orderBy How to order the rows, formatted as an SQL ORDER BY clause
1112 String having, String orderBy, String limit) {
1114 selectionArgs, groupBy, having, orderBy, limit, null);
1140 * @param orderBy How to order the rows, formatted as an SQL ORDER BY clause
1155 String having, String orderBy, String limit, CancellationSignal cancellationSignal) {
1159 distinct, table, columns, selection, groupBy, having, orderBy, limit);
1189 * @param orderBy How to order the rows, formatted as an SQL ORDER BY clause
1198 String orderBy) {
1201 having, orderBy, null /* limit */);
1225 * @param orderBy How to order the rows, formatted as an SQL ORDER BY clause
1236 String orderBy, String limit) {
1239 having, orderBy, limit);