Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.NoInheritContext
-
Packages that use PostgreSQLStatementParser.NoInheritContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of PostgreSQLStatementParser.NoInheritContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.NoInheritContext Modifier and Type Method Description PostgreSQLStatementParser.NoInheritContextPostgreSQLStatementParser.ColConstraintElemContext. noInherit()PostgreSQLStatementParser.NoInheritContextPostgreSQLStatementParser. noInherit()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.NoInheritContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitNoInherit(PostgreSQLStatementParser.NoInheritContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.noInherit().TPostgreSQLStatementParserVisitor. visitNoInherit(PostgreSQLStatementParser.NoInheritContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.noInherit().
-