CurryInfo: keydb-3.1.0 / Database.KeyDatabaseSQLite.allDBKeys

definition:
allDBKeys :: KeyPred _ -> Query [Key]
allDBKeys keyPred = Query $
  do rows <- selectRows keyPred "_rowid_" ""
     mapM readIntOrExit rows
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Returns a list of all stored keys. Do not use this function unless
--- the database is small.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
allDBKeys
precedence:
no precedence defined
result-values:
_
signature:
(Prelude.Int -> a -> Dynamic) -> Query [Prelude.Int]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term