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