Class BoundParameter

    • Constructor Detail

      • BoundParameter

        public BoundParameter​(String name)
        Create named bound parameter
        Parameters:
        name - param
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • named

        public static BoundParameter named​(String name)
        Create named bound parameter
        Parameters:
        name - param
        Returns:
        the BoundParameter
      • toString

        public String toString()
        Description copied from interface: Node
        Convert the current Node to an influxql String that the parser must be able to read.
        Specified by:
        toString in interface Node
        Overrides:
        toString in class Object
        Returns:
        an InfluxQL string