Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.CreatePublicationContext
-
-
Uses of OpenGaussStatementParser.CreatePublicationContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.CreatePublicationContext Modifier and Type Method Description OpenGaussStatementParser.CreatePublicationContextOpenGaussStatementParser. createPublication()OpenGaussStatementParser.CreatePublicationContextOpenGaussStatementParser.ExecuteContext. createPublication()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.CreatePublicationContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitCreatePublication(OpenGaussStatementParser.CreatePublicationContext ctx)Visit a parse tree produced byOpenGaussStatementParser.createPublication().TOpenGaussStatementVisitor. visitCreatePublication(OpenGaussStatementParser.CreatePublicationContext ctx)Visit a parse tree produced byOpenGaussStatementParser.createPublication(). -
Uses of OpenGaussStatementParser.CreatePublicationContext 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.CreatePublicationContext Modifier and Type Method Description ASTNodeOpenGaussDDLStatementVisitor. visitCreatePublication(OpenGaussStatementParser.CreatePublicationContext ctx)
-