Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.InheritClauseContext
-
Packages that use PostgreSQLStatementParser.InheritClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of PostgreSQLStatementParser.InheritClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.InheritClauseContext Modifier and Type Method Description PostgreSQLStatementParser.InheritClauseContextPostgreSQLStatementParser.CreateTableContext. inheritClause()PostgreSQLStatementParser.InheritClauseContextPostgreSQLStatementParser. inheritClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.InheritClauseContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitInheritClause(PostgreSQLStatementParser.InheritClauseContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.inheritClause().TPostgreSQLStatementParserVisitor. visitInheritClause(PostgreSQLStatementParser.InheritClauseContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.inheritClause().
-