类 CastFunctionNode

    • 构造器详细资料

      • CastFunctionNode

        public CastFunctionNode()
    • 方法详细资料

      • resolve

        public void resolve​(boolean inSelect)
        Called from the hql-sql grammar after the children of the CAST have been resolved.
        参数:
        inSelect - Is this call part of the SELECT clause?
      • 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_')
        指定者:
        setScalarColumnText 在接口中 SelectExpression
        参数:
        i - The index of the select expression in the projection list.
        抛出:
        antlr.SemanticException - if a semantic error occurs