Class ProcedureCallFeatures

    • Field Detail

      • TYPE_

        public static final Name TYPE_
      • IN_QUERY_CALL

        public static final Name IN_QUERY_CALL
      • STANDALONE_CALL

        public static final Name STANDALONE_CALL
      • YIELD

        public static final Name YIELD
      • inQueryCall

        public final java.lang.Boolean inQueryCall
        CALL within a query
      • standaloneCall

        public final java.lang.Boolean standaloneCall
        Standalone / top-level CALL
      • yield

        public final java.lang.Boolean yield
        The YIELD clause in CALL
    • Constructor Detail

      • ProcedureCallFeatures

        public ProcedureCallFeatures​(java.lang.Boolean inQueryCall,
                                     java.lang.Boolean standaloneCall,
                                     java.lang.Boolean yield)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • withStandaloneCall

        public ProcedureCallFeatures withStandaloneCall​(java.lang.Boolean standaloneCall)