definition:
|
getNullableAttr :: Entity -> [CExpr]
getNullableAttr (Entity name attrs) = map (getNullValue name) attrs
|
demand:
|
argument 1
|
deterministic:
|
deterministic operation
|
documentation:
|
-- generates data term providing for each attribute (name)
-- if it is nullable or not
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{({Entity}) |-> {:,[]}}
|
name:
|
getNullableAttr
|
precedence:
|
no precedence defined
|
result-values:
|
{:,[]}
|
signature:
|
Database.ERD.Entity -> [AbstractCurry.Types.CExpr]
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|