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