Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.OnObjectClauseContext
-
Packages that use OpenGaussStatementParser.OnObjectClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.OnObjectClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.OnObjectClauseContext Modifier and Type Method Description OpenGaussStatementParser.OnObjectClauseContextOpenGaussStatementParser. onObjectClause()OpenGaussStatementParser.OnObjectClauseContextOpenGaussStatementParser.PrivilegeClauseContext. onObjectClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.OnObjectClauseContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitOnObjectClause(OpenGaussStatementParser.OnObjectClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.onObjectClause().TOpenGaussStatementVisitor. visitOnObjectClause(OpenGaussStatementParser.OnObjectClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.onObjectClause().
-