类 AbstractSelectExpression

    • 构造器详细资料

      • AbstractSelectExpression

        public AbstractSelectExpression()
    • 方法详细资料

      • isConstructor

        public boolean isConstructor()
        从接口复制的说明: SelectExpression
        Returns true if the element is a constructor (e.g. new Foo).
        指定者:
        isConstructor 在接口中 SelectExpression
        返回:
        true if the element is a constructor (e.g. new Foo).
      • isReturnableEntity

        public boolean isReturnableEntity()
                                   throws antlr.SemanticException
        从接口复制的说明: SelectExpression
        Returns true if this select expression represents an entity that can be returned.
        指定者:
        isReturnableEntity 在接口中 SelectExpression
        返回:
        true if this select expression represents an entity that can be returned.
        抛出:
        antlr.SemanticException - if a semantic error occurs
      • isScalar

        public boolean isScalar()
                         throws antlr.SemanticException
        指定者:
        isScalar 在接口中 SelectExpression
        抛出:
        antlr.SemanticException
      • setScalarColumn

        public void setScalarColumn​(int i)
                             throws antlr.SemanticException
        从接口复制的说明: SelectExpression
        Sets the index and text for select expression in the projection list.
        指定者:
        setScalarColumn 在接口中 SelectExpression
        参数:
        i - The index of the select expression in the projection list.
        抛出:
        antlr.SemanticException - if a semantic error occurs
      • getScalarColumnIndex

        public int getScalarColumnIndex()
        从接口复制的说明: SelectExpression
        Gets index of the select expression in the projection list.
        指定者:
        getScalarColumnIndex 在接口中 SelectExpression
        返回:
        The index of the select expression in the projection list.