Interface SelectBaseCTECriteriaBuilder<X extends SelectBaseCTECriteriaBuilder<X>>

    • Method Detail

      • bind

        SelectBuilder<X> bind​(String cteAttribute)
        Starts a select builder for building an expression to bind to the CTE attribute.
        Parameters:
        cteAttribute - The CTE attribute to which the resulting expression should be bound
        Returns:
        A select builder for building an expression