Uses of Class
net.hironico.minisql.parser.postgresql.PostgreSQLParser.PrivilegesContext
Packages that use PostgreSQLParser.PrivilegesContext
-
Uses of PostgreSQLParser.PrivilegesContext in net.hironico.minisql.parser.postgresql
Methods in net.hironico.minisql.parser.postgresql that return PostgreSQLParser.PrivilegesContextModifier and TypeMethodDescriptionPostgreSQLParser.DefaclactionContext.privileges()PostgreSQLParser.GrantstmtContext.privileges()PostgreSQLParser.privileges()PostgreSQLParser.RevokestmtContext.privileges()Methods in net.hironico.minisql.parser.postgresql with parameters of type PostgreSQLParser.PrivilegesContextModifier and TypeMethodDescriptionvoidPostgreSQLParserBaseListener.enterPrivileges(PostgreSQLParser.PrivilegesContext ctx) Enter a parse tree produced byPostgreSQLParser.privileges().voidPostgreSQLParserListener.enterPrivileges(PostgreSQLParser.PrivilegesContext ctx) Enter a parse tree produced byPostgreSQLParser.privileges().voidPostgreSQLParserBaseListener.exitPrivileges(PostgreSQLParser.PrivilegesContext ctx) Exit a parse tree produced byPostgreSQLParser.privileges().voidPostgreSQLParserListener.exitPrivileges(PostgreSQLParser.PrivilegesContext ctx) Exit a parse tree produced byPostgreSQLParser.privileges().