Uses of Class
net.hironico.minisql.parser.postgresql.PostgreSQLParser.Opt_restrictContext
Packages that use PostgreSQLParser.Opt_restrictContext
-
Uses of PostgreSQLParser.Opt_restrictContext in net.hironico.minisql.parser.postgresql
Methods in net.hironico.minisql.parser.postgresql that return PostgreSQLParser.Opt_restrictContextModifier and TypeMethodDescriptionPostgreSQLParser.AlterfunctionstmtContext.opt_restrict()PostgreSQLParser.opt_restrict()Methods in net.hironico.minisql.parser.postgresql with parameters of type PostgreSQLParser.Opt_restrictContextModifier and TypeMethodDescriptionvoidPostgreSQLParserBaseListener.enterOpt_restrict(PostgreSQLParser.Opt_restrictContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_restrict().voidPostgreSQLParserListener.enterOpt_restrict(PostgreSQLParser.Opt_restrictContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_restrict().voidPostgreSQLParserBaseListener.exitOpt_restrict(PostgreSQLParser.Opt_restrictContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_restrict().voidPostgreSQLParserListener.exitOpt_restrict(PostgreSQLParser.Opt_restrictContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_restrict().