-
- All Implemented Interfaces:
-
droom.daro.core.data.database.AdEventLogDao
@Generated(value = androidx.room.RoomProcessor) public final class AdEventLogDao_Impl implements AdEventLogDao
-
-
Constructor Summary
Constructors Constructor Description AdEventLogDao_Impl(RoomDatabase __db)
-
Method Summary
Modifier and Type Method Description Objectinsert(AdEventLogEntity entity, Continuation<out Object> $completion)ObjectdeleteOldestKeeping(int keepCount, Continuation<out Object> $completion)ObjectdeleteOlderThan(long maxId, Continuation<out Object> $completion)ObjectdeleteAll(Continuation<out Object> $completion)ObjectgetOldest(int limit, Continuation<out Object> $completion)ObjectgetAll(Continuation<out Object> $completion)ObjectgetCount(Continuation<out Object> $completion)ObjectgetPage(int limit, int offset, Continuation<out Object> $completion)ObjectgetLatestId(Continuation<out Object> $completion)ObjectdeleteByIds(List<Long> ids, Continuation<out Object> $completion)static List<Class<out Object>>getRequiredConverters()-
Methods inherited from class droom.daro.core.data.database.AdEventLogDao
deleteAll, deleteByIds, deleteOlderThan, deleteOldestKeeping, getAll, getCount, getLatestId, getOldest, getPage, insert -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AdEventLogDao_Impl
AdEventLogDao_Impl(RoomDatabase __db)
-
-
Method Detail
-
insert
Object insert(AdEventLogEntity entity, Continuation<out Object> $completion)
-
deleteOldestKeeping
Object deleteOldestKeeping(int keepCount, Continuation<out Object> $completion)
-
deleteOlderThan
Object deleteOlderThan(long maxId, Continuation<out Object> $completion)
-
deleteAll
Object deleteAll(Continuation<out Object> $completion)
-
getOldest
Object getOldest(int limit, Continuation<out Object> $completion)
-
getAll
Object getAll(Continuation<out Object> $completion)
-
getCount
Object getCount(Continuation<out Object> $completion)
-
getPage
Object getPage(int limit, int offset, Continuation<out Object> $completion)
-
getLatestId
Object getLatestId(Continuation<out Object> $completion)
-
deleteByIds
Object deleteByIds(List<Long> ids, Continuation<out Object> $completion)
-
getRequiredConverters
@NonNull() static List<Class<out Object>> getRequiredConverters()
-
-
-
-