CurryInfo: keydb-3.1.0 / Database.KeyDatabaseSQLite.cleanDB

definition:
cleanDB :: KeyPred _ -> Transaction ()
cleanDB keyPred = modify keyPred "delete from" ""
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Deletes all entries from the database associated with a predicate.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
cleanDB
precedence:
no precedence defined
result-values:
_
signature:
(Prelude.Int -> a -> Dynamic) -> Transaction ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term