java.lang.Object
com.inductiveautomation.ignition.common.sqltags.model.SQLTagConstants

public class SQLTagConstants extends Object
This class provides information and utilities concerning SQLTags, and Complex Types in particular.
  • Field Details

    • UDT_ROOT

      public static final String UDT_ROOT
      Providers who support UDTs will expose them through this tag path
      See Also:
    • UDT_ROOT_PATH

      public static final TagPath UDT_ROOT_PATH
    • UDT_FUNC_DEPENDANT_COUNT

      public static final String 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

      public static boolean isTypePath(TagPath path)
      Returns whether the path extends from the complex manager root path.
    • makeTypePath

      public static TagPath makeTypePath(TagPath path)
      Makes sure that the given path extends from the root path. In other words, makes sure the first element is "_types_"
    • makeNonTypePath

      public static TagPath makeNonTypePath(TagPath path)