Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.OptWindowExclusionClauseContext
-
Packages that use OpenGaussStatementParser.OptWindowExclusionClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.OptWindowExclusionClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.OptWindowExclusionClauseContext Modifier and Type Method Description OpenGaussStatementParser.OptWindowExclusionClauseContextOpenGaussStatementParser.FrameClauseContext. optWindowExclusionClause()OpenGaussStatementParser.OptWindowExclusionClauseContextOpenGaussStatementParser. optWindowExclusionClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.OptWindowExclusionClauseContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitOptWindowExclusionClause(OpenGaussStatementParser.OptWindowExclusionClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.optWindowExclusionClause().TOpenGaussStatementVisitor. visitOptWindowExclusionClause(OpenGaussStatementParser.OptWindowExclusionClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.optWindowExclusionClause().
-