Uses of Class
io.trino.sql.parser.SqlBaseParser.CurrentUserGrantorContext
-
Packages that use SqlBaseParser.CurrentUserGrantorContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.CurrentUserGrantorContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.CurrentUserGrantorContext Modifier and Type Method Description voidSqlBaseBaseListener. enterCurrentUserGrantor(SqlBaseParser.CurrentUserGrantorContext ctx)Enter a parse tree produced by thecurrentUserGrantorlabeled alternative inSqlBaseParser.grantor().voidSqlBaseListener. enterCurrentUserGrantor(SqlBaseParser.CurrentUserGrantorContext ctx)Enter a parse tree produced by thecurrentUserGrantorlabeled alternative inSqlBaseParser.grantor().voidSqlBaseBaseListener. exitCurrentUserGrantor(SqlBaseParser.CurrentUserGrantorContext ctx)Exit a parse tree produced by thecurrentUserGrantorlabeled alternative inSqlBaseParser.grantor().voidSqlBaseListener. exitCurrentUserGrantor(SqlBaseParser.CurrentUserGrantorContext ctx)Exit a parse tree produced by thecurrentUserGrantorlabeled alternative inSqlBaseParser.grantor().TSqlBaseBaseVisitor. visitCurrentUserGrantor(SqlBaseParser.CurrentUserGrantorContext ctx)Visit a parse tree produced by thecurrentUserGrantorlabeled alternative inSqlBaseParser.grantor().TSqlBaseVisitor. visitCurrentUserGrantor(SqlBaseParser.CurrentUserGrantorContext ctx)Visit a parse tree produced by thecurrentUserGrantorlabeled alternative inSqlBaseParser.grantor().
-