|
definition: |
getAllEntries :: EntityDescription a -> DBAction [a] getAllEntries endescr = getEntries All endescr (Criteria None Nothing) [] Nothing |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
Gets all entries of an entity stored in the database.
@param endescr - the EntityDescription describing the entities
@return a DB result with the list of entries if everything went right,
or an error if something went wrong
|
|
failfree: |
<FAILING> |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_) |-> _}
|
|
name: |
getAllEntries |
|
precedence: |
no precedence defined |
|
result-values: |
_ |
|
signature: |
Database.CDBI.Description.EntityDescription a -> Database.CDBI.Connection.DBAction [a] |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
possibly non-terminating |
|
totally-defined: |
possibly non-reducible on same data term |