| 程序包 | 说明 |
|---|---|
| com.github.melin.superior.sql.parser.antlr4.tsql |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TSqlParserListener.enterSCALAR_FUNCTION(TSqlParser.SCALAR_FUNCTIONContext ctx)
Enter a parse tree produced by the
SCALAR_FUNCTION
labeled alternative in TSqlParser.function_call(). |
void |
TSqlParserBaseListener.enterSCALAR_FUNCTION(TSqlParser.SCALAR_FUNCTIONContext ctx)
Enter a parse tree produced by the
SCALAR_FUNCTION
labeled alternative in TSqlParser.function_call(). |
void |
TSqlParserListener.exitSCALAR_FUNCTION(TSqlParser.SCALAR_FUNCTIONContext ctx)
Exit a parse tree produced by the
SCALAR_FUNCTION
labeled alternative in TSqlParser.function_call(). |
void |
TSqlParserBaseListener.exitSCALAR_FUNCTION(TSqlParser.SCALAR_FUNCTIONContext ctx)
Exit a parse tree produced by the
SCALAR_FUNCTION
labeled alternative in TSqlParser.function_call(). |
T |
TSqlParserVisitor.visitSCALAR_FUNCTION(TSqlParser.SCALAR_FUNCTIONContext ctx)
Visit a parse tree produced by the
SCALAR_FUNCTION
labeled alternative in TSqlParser.function_call(). |
T |
TSqlParserBaseVisitor.visitSCALAR_FUNCTION(TSqlParser.SCALAR_FUNCTIONContext ctx)
Visit a parse tree produced by the
SCALAR_FUNCTION
labeled alternative in TSqlParser.function_call(). |
Copyright © 2022. All rights reserved.