Uses of Class
io.trino.sql.parser.SqlBaseParser.ShowGrantsContext
-
Packages that use SqlBaseParser.ShowGrantsContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.ShowGrantsContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.ShowGrantsContext Modifier and Type Method Description voidSqlBaseBaseListener. enterShowGrants(SqlBaseParser.ShowGrantsContext ctx)Enter a parse tree produced by theshowGrantslabeled alternative inSqlBaseParser.statement().voidSqlBaseListener. enterShowGrants(SqlBaseParser.ShowGrantsContext ctx)Enter a parse tree produced by theshowGrantslabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener. exitShowGrants(SqlBaseParser.ShowGrantsContext ctx)Exit a parse tree produced by theshowGrantslabeled alternative inSqlBaseParser.statement().voidSqlBaseListener. exitShowGrants(SqlBaseParser.ShowGrantsContext ctx)Exit a parse tree produced by theshowGrantslabeled alternative inSqlBaseParser.statement().TSqlBaseBaseVisitor. visitShowGrants(SqlBaseParser.ShowGrantsContext ctx)Visit a parse tree produced by theshowGrantslabeled alternative inSqlBaseParser.statement().TSqlBaseVisitor. visitShowGrants(SqlBaseParser.ShowGrantsContext ctx)Visit a parse tree produced by theshowGrantslabeled alternative inSqlBaseParser.statement().
-