类 SelectExpressionList

    • 构造器详细资料

      • SelectExpressionList

        public SelectExpressionList()
    • 方法详细资料

      • collectSelectExpressions

        public SelectExpression[] collectSelectExpressions()
        Returns an array of SelectExpressions gathered from the children of the given parent AST node.
        返回:
        an array of SelectExpressions gathered from the children of the given parent AST node.
      • getTotalParameterCount

        public int getTotalParameterCount()
        The total number of parameter projections of this expression.
        返回:
        The number of parameters in this select clause.
      • getParameterPositions

        public List<Integer> getParameterPositions()
        The position of parameters within the list of select expressions of this clause
        返回:
        a list of positions representing the mapping from order of occurence to position
      • getFirstSelectExpression

        protected abstract antlr.collections.AST getFirstSelectExpression()
        Returns the first select expression node that should be considered when building the array of select expressions.
        返回:
        the first select expression node that should be considered when building the array of select expressions