Interface SupportedDialect.Builder

  • Method Details

    • dialect

      SupportedDialect.Builder dialect(String dialect)

      The dialect of the query engine.

      Parameters:
      dialect - The dialect of the query engine.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dialect

      The dialect of the query engine.

      Parameters:
      dialect - The dialect of the query engine.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dialectVersion

      SupportedDialect.Builder dialectVersion(String dialectVersion)

      The version of the dialect of the query engine. For example, 3.0.0.

      Parameters:
      dialectVersion - The version of the dialect of the query engine. For example, 3.0.0.
      Returns:
      Returns a reference to this object so that method calls can be chained together.