definition: |
getNullValue :: String -> Attribute -> CExpr getNullValue ename (Attribute aName _ _ nullable) = tupleExpr [string2ac (firstLow ename ++ aName), CSymbol (pre (show nullable))] |
demand: |
argument 2 |
deterministic: |
deterministic operation |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,{Attribute}) |-> _} |
name: |
getNullValue |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
String -> Database.ERD.Attribute -> AbstractCurry.Types.CExpr |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |