Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.ReturningClauseContext
-
Packages that use OpenGaussStatementParser.ReturningClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type -
-
Uses of OpenGaussStatementParser.ReturningClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.ReturningClauseContext Modifier and Type Method Description OpenGaussStatementParser.ReturningClauseContextOpenGaussStatementParser.DeleteContext. returningClause()OpenGaussStatementParser.ReturningClauseContextOpenGaussStatementParser.InsertContext. returningClause()OpenGaussStatementParser.ReturningClauseContextOpenGaussStatementParser. returningClause()OpenGaussStatementParser.ReturningClauseContextOpenGaussStatementParser.UpdateContext. returningClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.ReturningClauseContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitReturningClause(OpenGaussStatementParser.ReturningClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.returningClause().TOpenGaussStatementVisitor. visitReturningClause(OpenGaussStatementParser.ReturningClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.returningClause(). -
Uses of OpenGaussStatementParser.ReturningClauseContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type with parameters of type OpenGaussStatementParser.ReturningClauseContext Modifier and Type Method Description ASTNodeOpenGaussDMLStatementVisitor. visitReturningClause(OpenGaussStatementParser.ReturningClauseContext ctx)
-