lowerFirst
:: String -> String
|
upperFirst
:: String -> String
|
db
:: String -> (String,String)
Converts a string into a qualified name of the module "Database.KeyDatabaseSQLite". |
html
:: String -> (String,String)
Converts a string into a qualified name of the module "HTML.Base". |
wui
:: String -> (String,String)
Converts a string into a qualified name of the module "WUI". |
spiceyModule
:: String
|
authenticationModule
:: String
|
authorizationModule
:: String
|
sessionInfoModule
:: String
|
dataModuleName
:: String
|
mappingModuleName
:: String
|
entitiesToHtmlModule
:: String -> String
Name of EntitiesToHtml module. |
bootstrapModule
:: String
|
hrefButtonName
:: (String,String)
|
:: String -> Relationship -> String
|
relationshipsForEntityName
:: String -> [Relationship] -> [Relationship]
|
isGenerated
:: Entity -> Bool
|
notPKey
:: Attribute -> Bool
|
notKey
:: Attribute -> Bool
|
isRelevantForEntity
:: Entity -> [Attribute] -> Bool
|
oneToOne
:: Entity -> [Relationship] -> [String]
|
manyToOne
:: Entity -> [Relationship] -> [String]
|
manyToMany
:: [Entity] -> Entity -> [String]
|
linkTableName
:: String -> String -> [Entity] -> String
|
controllerType
:: CTypeExpr
The standard type of new and list controllers. |
controllerModuleName
:: String -> String
|
controllerFunctionName
:: String -> String -> (String,String)
The name of the controller function for a given entity and controller functionality. |
transFunctionName
:: String -> String -> (String,String)
The name of the transaction function for a given entity and transaction functionality. |
viewModuleName
:: String -> String
|
viewFunctionName
:: String -> String -> (String,String)
|
viewBlockType
:: CTypeExpr
|
attrType
:: Attribute -> CTypeExpr
|
attrDefaultValues
:: CExpr -> [Attribute] -> [CExpr]
Generates Curry expressions representing default values. |
domainDefaultValue
:: CExpr -> Domain -> CExpr
Generates Curry expressions representing a default values for a given domain. |
isStringDom
:: Domain -> Bool
|
hasCalendarTimeAttribute
:: [Attribute] -> Bool
|
combinator
:: Int -> (String,String)
|
attrWidgets
:: [Attribute] -> [CExpr]
|
widgetFor
:: Domain -> Bool -> CExpr
|
|
|
Converts a string into a qualified name of the module "Database.KeyDatabaseSQLite".
|
Converts a string into a qualified name of the module "HTML.Base".
|
Converts a string into a qualified name of the module "WUI".
|
|
|
|
|
|
|
Name of EntitiesToHtml module.
|
|
|
|
|
|
|
|
|
|
The standard type of new and list controllers.
|
|
The name of the controller function for a given entity and controller functionality.
|
The name of the transaction function for a given entity and transaction functionality.
|
|
|
|
Generates Curry expressions representing default values. The first argument contains an expression that is used for ClockTime attributes (it is set to the current time as a default value). |
Generates Curry expressions representing a default values for a given domain. The first argument contains an expression that is used for ClockTime attributes (it is set to the current time as a default value). |
|
|
|
|