Uses of Class
one.gfw.antlr4.sql.postgresql.PostgreSQLParser.PrivilegesContext
-
Packages that use PostgreSQLParser.PrivilegesContext Package Description one.gfw.antlr4.sql.postgresql -
-
Uses of PostgreSQLParser.PrivilegesContext in one.gfw.antlr4.sql.postgresql
Methods in one.gfw.antlr4.sql.postgresql that return PostgreSQLParser.PrivilegesContext Modifier and Type Method Description PostgreSQLParser.PrivilegesContextPostgreSQLParser.DefaclactionContext. privileges()PostgreSQLParser.PrivilegesContextPostgreSQLParser.GrantstmtContext. privileges()PostgreSQLParser.PrivilegesContextPostgreSQLParser. privileges()PostgreSQLParser.PrivilegesContextPostgreSQLParser.RevokestmtContext. privileges()Methods in one.gfw.antlr4.sql.postgresql with parameters of type PostgreSQLParser.PrivilegesContext Modifier and Type Method Description voidPostgreSQLParserBaseListener. enterPrivileges(PostgreSQLParser.PrivilegesContext ctx)voidPostgreSQLParserListener. enterPrivileges(PostgreSQLParser.PrivilegesContext ctx)voidPostgreSQLParserBaseListener. exitPrivileges(PostgreSQLParser.PrivilegesContext ctx)voidPostgreSQLParserListener. exitPrivileges(PostgreSQLParser.PrivilegesContext ctx)TPostgreSQLParserBaseVisitor. visitPrivileges(PostgreSQLParser.PrivilegesContext ctx)TPostgreSQLParserVisitor. visitPrivileges(PostgreSQLParser.PrivilegesContext ctx)
-