CurryInfo: ertools-3.0.0 / Database.ERD.ToCDBI.genDBPathFunc

definition:
genDBPathFunc :: String -> String -> CFuncDecl
genDBPathFunc mname dbname =
  stCmtFunc "The name of the SQLite database file."
          (mname,"sqliteDBFile")
          0 Public stringType [simpleRule [] (string2ac dbname)]
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
genDBPathFunc
precedence:
no precedence defined
result-values:
_
signature:
String -> String -> AbstractCurry.Types.CFuncDecl
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms