Class DBFunctions.DBFunction
- java.lang.Object
-
- com.inductiveautomation.ignition.common.expressions.functions.BaseFunction
-
- com.inductiveautomation.ignition.common.expressions.functions.AbstractFunction
-
- com.inductiveautomation.ignition.common.expressions.legacy.DBFunctions.DBFunction
-
- All Implemented Interfaces:
Function
- Direct Known Subclasses:
DBFunctions.DatasetValueFunction
,DBFunctions.DBExecFunction
,DBFunctions.IsDBConnectionAvailableFunction
- Enclosing class:
- DBFunctions
public abstract class DBFunctions.DBFunction extends AbstractFunction
Extends AbstractFunction to make getFunctionDisplayName public instead of private.
-
-
Constructor Summary
Constructors Constructor Description DBFunction()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.String
getFunctionDisplayName()
-
Methods inherited from class com.inductiveautomation.ignition.common.expressions.functions.AbstractFunction
executeArg, initArgs, log, validateNumArgs
-
Methods inherited from class com.inductiveautomation.ignition.common.expressions.functions.BaseFunction
connect, copy, disconnect, executeAll, shutdown, startup
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.inductiveautomation.ignition.common.expressions.functions.Function
execute, getArgDocString, getType
-
-
-
-
Method Detail
-
getFunctionDisplayName
public abstract java.lang.String getFunctionDisplayName()
- Specified by:
getFunctionDisplayName
in classAbstractFunction
-
-