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