CurryInfo: cdbi-3.2.0 / Database.CDBI.ER.getAllEntries

definition: Info
 
getAllEntries :: EntityDescription a -> DBAction [a]
getAllEntries endescr =
  getEntries All endescr (Criteria None Nothing) [] Nothing
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
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: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 getAllEntries
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Database.CDBI.Description.EntityDescription a
-> Database.CDBI.Connection.DBAction [a]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term