Uses of Class
net.hironico.minisql.parser.postgresql.PostgreSQLParser.Opt_granted_byContext
Packages that use PostgreSQLParser.Opt_granted_byContext
-
Uses of PostgreSQLParser.Opt_granted_byContext in net.hironico.minisql.parser.postgresql
Methods in net.hironico.minisql.parser.postgresql that return PostgreSQLParser.Opt_granted_byContextModifier and TypeMethodDescriptionPostgreSQLParser.GrantrolestmtContext.opt_granted_by()PostgreSQLParser.opt_granted_by()PostgreSQLParser.RevokerolestmtContext.opt_granted_by()Methods in net.hironico.minisql.parser.postgresql with parameters of type PostgreSQLParser.Opt_granted_byContextModifier and TypeMethodDescriptionvoidPostgreSQLParserBaseListener.enterOpt_granted_by(PostgreSQLParser.Opt_granted_byContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_granted_by().voidPostgreSQLParserListener.enterOpt_granted_by(PostgreSQLParser.Opt_granted_byContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_granted_by().voidPostgreSQLParserBaseListener.exitOpt_granted_by(PostgreSQLParser.Opt_granted_byContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_granted_by().voidPostgreSQLParserListener.exitOpt_granted_by(PostgreSQLParser.Opt_granted_byContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_granted_by().