Interface QueryPart

    • Method Detail

      • string

        default java.lang.String string()
        Transforms this statement into an SQL string using the default QueryOptions
        Returns:
        The created SQL string
      • string

        java.lang.String string​(QueryOptions options)
        Transforms this statement into an SQL string
        Parameters:
        options - The QueryOptions to apply for transformation
        Returns:
        The created SQL string