类 GroupBySegmentList

    • 构造器详细资料

      • GroupBySegmentList

        public GroupBySegmentList()
    • 方法详细资料

      • transformList

        protected boolean transformList​(java.util.List<ISqlSegment> list,
                                        ISqlSegment firstSegment,
                                        ISqlSegment lastSegment)
        从类复制的说明: AbstractISegmentList
        在其中对值进行判断以及更改 list 的内部元素
        指定者:
        transformList 在类中 AbstractISegmentList
        参数:
        list - 传入进来的 ISqlSegment 集合
        firstSegment - ISqlSegment 集合里第一个值
        lastSegment - ISqlSegment 集合里最后一个值
        返回:
        true 是否继续向下执行; false 不再向下执行
      • childrenSqlSegment

        protected java.lang.String childrenSqlSegment()
        从类复制的说明: AbstractISegmentList
        只有该类进行过 addAll 操作,才会触发这个方法

        方法内可以放心进行操作

        指定者:
        childrenSqlSegment 在类中 AbstractISegmentList
        返回:
        sqlSegment