Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.InsertContext
Packages that use OpenGaussStatementParser.InsertContext
Package
Description
-
Uses of OpenGaussStatementParser.InsertContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.InsertContextModifier and TypeMethodDescriptionOpenGaussStatementParser.ExecuteContext.insert()OpenGaussStatementParser.ExplainableStmtContext.insert()OpenGaussStatementParser.insert()OpenGaussStatementParser.PreparableStmtContext.insert()OpenGaussStatementParser.RuleActionStmtContext.insert()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.InsertContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitInsert(OpenGaussStatementParser.InsertContext ctx) Visit a parse tree produced byOpenGaussStatementParser.insert().OpenGaussStatementVisitor.visitInsert(OpenGaussStatementParser.InsertContext ctx) Visit a parse tree produced byOpenGaussStatementParser.insert(). -
Uses of OpenGaussStatementParser.InsertContext 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.InsertContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussStatementSQLVisitor.visitInsert(OpenGaussStatementParser.InsertContext ctx)