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