Class SQLTagConstants
java.lang.Object
com.inductiveautomation.ignition.common.sqltags.model.SQLTagConstants
This class provides information and utilities concerning SQLTags, and Complex Types in particular.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isTypePath
(TagPath path) Returns whether the path extends from the complex manager root path.static TagPath
makeNonTypePath
(TagPath path) static TagPath
makeTypePath
(TagPath path) Makes sure that the given path extends from the root path.
-
Field Details
-
UDT_ROOT
Providers who support UDTs will expose them through this tag path- See Also:
-
UDT_ROOT_PATH
-
UDT_FUNC_DEPENDANT_COUNT
Call will return an integer tag with the number of dependants that a type has.- See Also:
-
-
Constructor Details
-
SQLTagConstants
public SQLTagConstants()
-
-
Method Details
-
isTypePath
Returns whether the path extends from the complex manager root path. -
makeTypePath
Makes sure that the given path extends from the root path. In other words, makes sure the first element is "_types_" -
makeNonTypePath
-