Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.GranteeListContext
-
Packages that use PostgreSQLStatementParser.GranteeListContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of PostgreSQLStatementParser.GranteeListContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.GranteeListContext Modifier and Type Method Description PostgreSQLStatementParser.GranteeListContextPostgreSQLStatementParser.DefACLActionContext. granteeList()PostgreSQLStatementParser.GranteeListContextPostgreSQLStatementParser. granteeList()PostgreSQLStatementParser.GranteeListContextPostgreSQLStatementParser.PrivilegeClauseContext. granteeList()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.GranteeListContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitGranteeList(PostgreSQLStatementParser.GranteeListContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.granteeList().TPostgreSQLStatementParserVisitor. visitGranteeList(PostgreSQLStatementParser.GranteeListContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.granteeList().
-