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