deleteAll

inline fun <M : Any> Batch.deleteAll(cursor: Cursor<M>, vararg options: Options.BatchDelete)
inline fun <M : Any> DB.deleteAll(cursor: Cursor<M>, vararg options: Options.DirectDelete)
inline fun <M : Any> DBWrite.deleteAll(cursor: Cursor<M>)
inline fun <M : Any> DBWrite.deleteAll(cursor: Cursor<M>, vararg options: Options.Deletes)