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 SummaryFields inherited from class com.inductiveautomation.ignition.common.expressions.AbstractFunctionFactorycategories, functions, parent
- 
Constructor SummaryConstructorsConstructorDescriptionFSQLFunctionFactory(FunctionFactory funcFactory, DBExpressionFunctionProvider dbProv) 
- 
Method SummaryMethods inherited from class com.inductiveautomation.ignition.common.expressions.AbstractFunctionFactoryaddFunction, addFunction, getCategories, getFunction, getFunctionNames, getFunctionsInCategory
- 
Constructor Details- 
FSQLFunctionFactory
 
- 
- 
Method Details- 
addVariableFunctionsprotected void addVariableFunctions()
 
-