类 NullNode

    • 构造器详细资料

      • NullNode

        public NullNode()
    • 方法详细资料

      • setScalarColumnText

        public void setScalarColumnText​(int i)
                                 throws antlr.SemanticException
        从接口复制的说明: SelectExpression
        Appends AST nodes that represent the columns after the current AST node. (e.g. 'as col0_O_')
        参数:
        i - The index of the select expression in the projection list.
        抛出:
        antlr.SemanticException - if a semantic error occurs
      • getValue

        public Object getValue()
      • getRenderText

        public String getRenderText​(SessionFactoryImplementor sessionFactory)
        从类复制的说明: Node
        Retrieve the text to be used for rendering this particular node.
        覆盖:
        getRenderText 在类中 Node
        参数:
        sessionFactory - The session factory
        返回:
        The text to use for rendering