|
Module Simantics/QueryThis module is undocumented. This is a list of its definitions. createSCLQuery :: Resource -> Resource -> String -> <WriteGraph> Resource
createSCLQueryAction :: Resource -> <Proc> () createSCLQueryDefault :: Resource -> Resource -> <WriteGraph> Resource As createSCLQuery but names the new query with a fresh name
derived from createSCLQueryType :: Resource -> String -> <WriteGraph> Resource
createSCLQueryTypeAction :: Resource -> <Proc> () Creates a new SCL query type with a generated name under the given library in a write transaction of its own. Intended to be used as a user interface action. createSCLQueryTypeDefault :: Resource -> <WriteGraph> Resource As createSCLQueryType but names the new query type with
a fresh name derived from inputVariable :: Variable -> <ReadGraph> Variable Returns the variable that the SCL query enclosing the given variable is
being evaluated against. The name makeProxyVariable :: Variable -> Variable -> <ReadGraph> Variable
proxyVariableBase :: Variable -> <ReadGraph> Variable Returns the base variable of the innermost proxy that the given variable is part of, that is, the variable that was given to makeProxyVariable as its first argument. queryValue :: Variable -> Variable -> <ReadGraph> a
sessionVariable :: Variable -> <ReadGraph> Variable Returns the context variable that the SCL query enclosing the given
variable is being evaluated against. The name sheetQueryValue :: Variable -> Variable -> <ReadGraph> a sheetQueryVariable :: Variable -> Variable -> <ReadGraph> Variable |