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