CurryInfo: cpm-3.3.0 / CPM.Repository.RepositoryDB.getIndexEntry

definition:
getIndexEntry :: IndexEntryID -> Database.CDBI.Connection.DBAction IndexEntry
getIndexEntry =
  Database.CDBI.ER.getEntryWithKey indexEntry_CDBI_Description
   indexEntryColumnKey
   indexEntryID
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Gets a `IndexEntry` entry by a given key.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {getEntryWithKey}}
name:
getIndexEntry
precedence:
no precedence defined
result-values:
{getEntryWithKey}
signature:
IndexEntryID -> Database.CDBI.Connection.DBAction IndexEntry
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term