Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.FuncAliasClauseContext
-
Packages that use OpenGaussStatementParser.FuncAliasClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.FuncAliasClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.FuncAliasClauseContext Modifier and Type Method Description OpenGaussStatementParser.FuncAliasClauseContextOpenGaussStatementParser. funcAliasClause()OpenGaussStatementParser.FuncAliasClauseContextOpenGaussStatementParser.TableReferenceContext. funcAliasClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.FuncAliasClauseContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitFuncAliasClause(OpenGaussStatementParser.FuncAliasClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.funcAliasClause().TOpenGaussStatementVisitor. visitFuncAliasClause(OpenGaussStatementParser.FuncAliasClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.funcAliasClause().
-