Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.LoadContext
-
Packages that use OpenGaussStatementParser.LoadContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type -
-
Uses of OpenGaussStatementParser.LoadContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.LoadContext Modifier and Type Method Description OpenGaussStatementParser.LoadContextOpenGaussStatementParser.ExecuteContext. load()OpenGaussStatementParser.LoadContextOpenGaussStatementParser. load()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.LoadContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitLoad(OpenGaussStatementParser.LoadContext ctx)Visit a parse tree produced byOpenGaussStatementParser.load().TOpenGaussStatementVisitor. visitLoad(OpenGaussStatementParser.LoadContext ctx)Visit a parse tree produced byOpenGaussStatementParser.load(). -
Uses of OpenGaussStatementParser.LoadContext 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.LoadContext Modifier and Type Method Description ASTNodeOpenGaussDALStatementVisitor. visitLoad(OpenGaussStatementParser.LoadContext ctx)
-