Interface CompositeSQLElement

    • Method Detail

      • render

        String render​(@NonNull
                      @NonNull SQLDialect dialect2)
        Renders this element as valid SQL in the given dialect.
        Parameters:
        dialect2 - the dialect to use for rendering the SQL
        Returns:
        the rendered SQL