Uses of Class
io.trino.sql.parser.SqlBaseParser.UnquotedIdentifierContext
Packages that use SqlBaseParser.UnquotedIdentifierContext
-
Uses of SqlBaseParser.UnquotedIdentifierContext in io.trino.sql.parser
Methods in io.trino.sql.parser 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().