Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.InheritClauseContext
-
Packages that use OpenGaussStatementParser.InheritClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.InheritClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.InheritClauseContext Modifier and Type Method Description OpenGaussStatementParser.InheritClauseContextOpenGaussStatementParser.CreateTableContext. inheritClause()OpenGaussStatementParser.InheritClauseContextOpenGaussStatementParser. inheritClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.InheritClauseContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitInheritClause(OpenGaussStatementParser.InheritClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.inheritClause().TOpenGaussStatementVisitor. visitInheritClause(OpenGaussStatementParser.InheritClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.inheritClause().
-