Package com.inductiveautomation.ignition.common.expressions.legacy
package com.inductiveautomation.ignition.common.expressions.legacy
-
ClassDescriptionInterface for providing database execution capabilities to legacy database functions.Provides database-related expression functions.Most of what was in this class was moved to TagFunctionFactory.This function factory adds additional expression functions that are used by SQLTags, and not by bindings.clearVariables() clears all of the stored variables and returns the number of variables cleared.deleteVariable(name) deletes a named variable.storeVariable(name, value) stores the variable and returns the stored value.