Class FSQLFunctionFactory
java.lang.Object
com.inductiveautomation.ignition.common.expressions.AbstractFunctionFactory
com.inductiveautomation.ignition.common.expressions.legacy.FSQLFunctionFactory
- All Implemented Interfaces:
FunctionFactory
Most of what was in this class was moved to TagFunctionFactory. The variables are still here because we would prefer
that they not show up in the menus, but still work for legacy purposes. Anything else that needs to work for legacy
but not be used going forward should be put in this class.
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.common.expressions.AbstractFunctionFactory
categories, functions, parent
-
Constructor Summary
ConstructorsConstructorDescriptionFSQLFunctionFactory
(FunctionFactory funcFactory, DBExpressionFunctionProvider dbProv) -
Method Summary
Methods inherited from class com.inductiveautomation.ignition.common.expressions.AbstractFunctionFactory
addFunction, addFunction, getCategories, getFunction, getFunctionNames, getFunctionsInCategory
-
Constructor Details
-
FSQLFunctionFactory
-
-
Method Details
-
addVariableFunctions
protected void addVariableFunctions()
-