Package de.ec.sql

Interface BeforeWith

  • All Superinterfaces:
    QueryPart
    All Known Implementing Classes:
    With

    public interface BeforeWith
    extends QueryPart
    • Method Detail

      • with

        default With with​(java.lang.String name)
      • with

        default With with​(With with)
      • withSQL

        default With withSQL​(java.lang.String sql)