-
- All Implemented Interfaces:
-
com.chuckerteam.chucker.internal.data.room.HttpTransactionDao
@Generated(value = androidx.room.RoomProcessor) public final class HttpTransactionDao_Impl implements HttpTransactionDao
-
-
Constructor Summary
Constructors Constructor Description HttpTransactionDao_Impl(RoomDatabase __db)
-
Method Summary
Modifier and Type Method Description Objectinsert(HttpTransaction transaction, Continuation<out Object> $completion)Objectupdate(HttpTransaction transaction, Continuation<out Object> $completion)ObjectdeleteAll(Continuation<out Object> $completion)ObjectdeleteBefore(long threshold, Continuation<out Object> $completion)LiveData<List<HttpTransactionTuple>>getSortedTuples()LiveData<List<HttpTransactionTuple>>getFilteredTuples(String codeQuery, String pathQuery, String graphQlQuery)LiveData<HttpTransaction>getById(long id)ObjectgetAll(Continuation<out Object> $completion)List<HttpTransaction>getTransactionsInTimeRange(long timestamp)static List<Class<out Object>>getRequiredConverters()-
Methods inherited from class com.chuckerteam.chucker.internal.data.room.HttpTransactionDao
deleteAll, deleteBefore, getAll, getById, getFilteredTuples, getSortedTuples, getTransactionsInTimeRange, insert, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
HttpTransactionDao_Impl
HttpTransactionDao_Impl(RoomDatabase __db)
-
-
Method Detail
-
insert
Object insert(HttpTransaction transaction, Continuation<out Object> $completion)
-
update
Object update(HttpTransaction transaction, Continuation<out Object> $completion)
-
deleteAll
Object deleteAll(Continuation<out Object> $completion)
-
deleteBefore
Object deleteBefore(long threshold, Continuation<out Object> $completion)
-
getSortedTuples
LiveData<List<HttpTransactionTuple>> getSortedTuples()
-
getFilteredTuples
LiveData<List<HttpTransactionTuple>> getFilteredTuples(String codeQuery, String pathQuery, String graphQlQuery)
-
getAll
Object getAll(Continuation<out Object> $completion)
-
getTransactionsInTimeRange
List<HttpTransaction> getTransactionsInTimeRange(long timestamp)
-
getRequiredConverters
static List<Class<out Object>> getRequiredConverters()
-
-
-
-