Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.OnlyClauseContext
Packages that use OpenGaussStatementParser.OnlyClauseContext
-
Uses of OpenGaussStatementParser.OnlyClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.OnlyClauseContextModifier and TypeMethodDescriptionOpenGaussStatementParser.AlterTableContext.onlyClause()OpenGaussStatementParser.CreateIndexContext.onlyClause()OpenGaussStatementParser.onlyClause()OpenGaussStatementParser.TruncateTableContext.onlyClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.OnlyClauseContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitOnlyClause(OpenGaussStatementParser.OnlyClauseContext ctx) Visit a parse tree produced byOpenGaussStatementParser.onlyClause().OpenGaussStatementVisitor.visitOnlyClause(OpenGaussStatementParser.OnlyClauseContext ctx) Visit a parse tree produced byOpenGaussStatementParser.onlyClause().