CurryInfo: spicey-4.2.0 / Spicey.ControllerGeneration.entityConstructorFunction

definition: Info
 
entityConstructorFunction :: String -> Entity -> [Relationship] -> QName
entityConstructorFunction erdname (Entity entityName attrs) relationships =
  (model erdname,
   "new" ++ entityName ++ newSuffix entityName attrs relationships)
demand: Info
 argument 2
deterministic: Info
 deterministic operation
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{Entity},_) |-> {(,)}}
name: Info
 entityConstructorFunction
precedence: Info
 no precedence defined
result-values: Info
 {(,)}
signature: Info
 String -> Database.ERD.Entity -> [Database.ERD.Relationship] -> (String, String)
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term