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