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

definition: Info
 
sumIntCol :: Specifier -> Value Int -> Value Int
                       -> (Value () -> Value () -> Constraint) -> Condition
sumIntCol spec c v op =  (Fun "Sum " spec (op (toCValue c) (toCValue v)))
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Constructor for aggregation function sum for columns of type Int
having-clauses.
@param spec - specifier Distinct or All
@param c - Column that is to be summed up
@param v - value the result is compared to (has to be of type Int)
@param op - relating operator
failfree: Info
 (_, _, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_,_) |-> {Fun}}
name: Info
 sumIntCol
precedence: Info
 no precedence defined
result-values: Info
 {Fun}
signature: Info
 Specifier -> Value Prelude.Int -> Value Prelude.Int -> (Value () -> Value ()
-> Constraint) -> Condition
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms