Interface StatementBuilder.OngoingUnwind

  • Enclosing interface:
    StatementBuilder

    public static interface StatementBuilder.OngoingUnwind
    Builder part for unwinding.
    Since:
    1.0
    • Method Detail

      • as

        StatementBuilder.OngoingReading as​(java.lang.String variable)
        Adds an AS part that allows to define an alias for the iterable being unwound.
        Parameters:
        variable - The alias name
        Returns:
        A normal, ongoing read.