Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.PrivilegeClauseContext
-
Packages that use PostgreSQLStatementParser.PrivilegeClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of PostgreSQLStatementParser.PrivilegeClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.PrivilegeClauseContext Modifier and Type Method Description PostgreSQLStatementParser.PrivilegeClauseContextPostgreSQLStatementParser.GrantContext. privilegeClause()PostgreSQLStatementParser.PrivilegeClauseContextPostgreSQLStatementParser. privilegeClause()PostgreSQLStatementParser.PrivilegeClauseContextPostgreSQLStatementParser.RevokeContext. privilegeClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.PrivilegeClauseContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitPrivilegeClause(PostgreSQLStatementParser.PrivilegeClauseContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.privilegeClause().TPostgreSQLStatementParserVisitor. visitPrivilegeClause(PostgreSQLStatementParser.PrivilegeClauseContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.privilegeClause().
-