Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.ReturningClauseContext
Packages that use OpenGaussStatementParser.ReturningClauseContext
Package
Description
-
Uses of OpenGaussStatementParser.ReturningClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.ReturningClauseContextModifier and TypeMethodDescriptionOpenGaussStatementParser.DeleteContext.returningClause()OpenGaussStatementParser.InsertContext.returningClause()OpenGaussStatementParser.returningClause()OpenGaussStatementParser.UpdateContext.returningClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.ReturningClauseContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitReturningClause(OpenGaussStatementParser.ReturningClauseContext ctx) Visit a parse tree produced byOpenGaussStatementParser.returningClause().OpenGaussStatementVisitor.visitReturningClause(OpenGaussStatementParser.ReturningClauseContext ctx) Visit a parse tree produced byOpenGaussStatementParser.returningClause(). -
Uses of OpenGaussStatementParser.ReturningClauseContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl with parameters of type OpenGaussStatementParser.ReturningClauseContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussDMLStatementSQLVisitor.visitReturningClause(OpenGaussStatementParser.ReturningClauseContext ctx)