Interface Statement<T>

    • Method Detail

      • hints

        T hints​(Map<String,​Object> hints)
        Sets the hints for the statement.
        Parameters:
        hints - the hint map
        Returns:
        this statement
      • hint

        T hint​(String name,
               Object value)
        Adds a hint to the statement.
        Parameters:
        name - the hint name
        value - the hint value
        Returns:
        this statement