definition:
|
getAttrList :: Entity -> CExpr
getAttrList (Entity name attrs) =
tupleExpr [string2ac (lowerCase name),
tupleExpr [(string2ac name),
list2ac (map (string2ac . attributeName) attrs)]]
|
demand:
|
argument 1
|
deterministic:
|
deterministic operation
|
documentation:
|
-- Generates data term providing for each tableName the list of its attributes
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{({Entity}) |-> _}
|
name:
|
getAttrList
|
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
|