Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.PrepareContext
Packages that use OpenGaussStatementParser.PrepareContext
Package
Description
-
Uses of OpenGaussStatementParser.PrepareContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.PrepareContextModifier and TypeMethodDescriptionOpenGaussStatementParser.ExecuteContext.prepare()OpenGaussStatementParser.prepare()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.PrepareContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitPrepare(OpenGaussStatementParser.PrepareContext ctx) Visit a parse tree produced byOpenGaussStatementParser.prepare().OpenGaussStatementVisitor.visitPrepare(OpenGaussStatementParser.PrepareContext ctx) Visit a parse tree produced byOpenGaussStatementParser.prepare(). -
Uses of OpenGaussStatementParser.PrepareContext 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.PrepareContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussDDLStatementSQLVisitor.visitPrepare(OpenGaussStatementParser.PrepareContext ctx)