Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.OpclassPurposeContext
-
Packages that use PostgreSQLStatementParser.OpclassPurposeContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of PostgreSQLStatementParser.OpclassPurposeContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.OpclassPurposeContext Modifier and Type Method Description PostgreSQLStatementParser.OpclassPurposeContextPostgreSQLStatementParser.OpclassItemContext. opclassPurpose()PostgreSQLStatementParser.OpclassPurposeContextPostgreSQLStatementParser. opclassPurpose()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.OpclassPurposeContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitOpclassPurpose(PostgreSQLStatementParser.OpclassPurposeContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.opclassPurpose().TPostgreSQLStatementParserVisitor. visitOpclassPurpose(PostgreSQLStatementParser.OpclassPurposeContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.opclassPurpose().
-