Uses of Class
io.trino.grammar.sql.SqlBaseParser.UnquotedIdentifierContext
Packages that use SqlBaseParser.UnquotedIdentifierContext
-
Uses of SqlBaseParser.UnquotedIdentifierContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.UnquotedIdentifierContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterUnquotedIdentifier(SqlBaseParser.UnquotedIdentifierContext ctx) Enter a parse tree produced by theunquotedIdentifierlabeled alternative inSqlBaseParser.identifier().voidSqlBaseListener.enterUnquotedIdentifier(SqlBaseParser.UnquotedIdentifierContext ctx) Enter a parse tree produced by theunquotedIdentifierlabeled alternative inSqlBaseParser.identifier().voidSqlBaseBaseListener.exitUnquotedIdentifier(SqlBaseParser.UnquotedIdentifierContext ctx) Exit a parse tree produced by theunquotedIdentifierlabeled alternative inSqlBaseParser.identifier().voidSqlBaseListener.exitUnquotedIdentifier(SqlBaseParser.UnquotedIdentifierContext ctx) Exit a parse tree produced by theunquotedIdentifierlabeled alternative inSqlBaseParser.identifier().SqlBaseBaseVisitor.visitUnquotedIdentifier(SqlBaseParser.UnquotedIdentifierContext ctx) Visit a parse tree produced by theunquotedIdentifierlabeled alternative inSqlBaseParser.identifier().SqlBaseVisitor.visitUnquotedIdentifier(SqlBaseParser.UnquotedIdentifierContext ctx) Visit a parse tree produced by theunquotedIdentifierlabeled alternative inSqlBaseParser.identifier().