Searched refs:getReadCommand (Results 1 – 7 of 7) sorted by relevance
286 try (Cursor cursor = db.rawQuery(deleteTableRequest.getReadCommand(), null)) { in deleteAll()519 Slog.d(TAG, "Read query: " + request.getReadCommand()); in read()521 return getReadableDb().rawQuery(request.getReadCommand(), null); in read()618 .getReadCommand(), in getDistinctPackageNamesForRecordsTable()788 try (Cursor cursor = db.rawQuery(request.getReadRequest().getReadCommand(), null)) { in updateRecord()801 db.rawQuery(request.getReadRequestUsingUpdateClause().getReadCommand(), null)) { in updateRecord()856 try (Cursor cursor = db.rawQuery(request.getReadRequest().getReadCommand(), null)) { in insertOrReplaceRecord()
107 public String getReadCommand() { in getReadCommand() method in ReadTableRequest135 builder.append(unionReadRequest.getReadCommand()); in getReadCommand()
160 public String getReadCommand() { in getReadCommand() method in DeleteTableRequest
300 Slog.d(TAG, "Running command: " + request.getReadCommand()); in read()302 stagedDatabase.getReadableDatabase().rawQuery(request.getReadCommand(), null); in read()
170 mClauses.add(columnName + " IN (" + inRequest.getReadCommand() + ") "); in addWhereInSQLRequestClause()
103 assertThat(readRequest.getReadCommand()) in getReadTableRequest_usingMedicalResourceId_correctQuery()
493 public String getReadCommand() { in getReadRequestsForRecordsModifiedByUpsertion()