Uses of Class
io.trino.sql.parser.SqlBaseParser.BackQuotedIdentifierContext
-
Packages that use SqlBaseParser.BackQuotedIdentifierContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.BackQuotedIdentifierContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.BackQuotedIdentifierContext Modifier and Type Method Description voidSqlBaseBaseListener. enterBackQuotedIdentifier(SqlBaseParser.BackQuotedIdentifierContext ctx)Enter a parse tree produced by thebackQuotedIdentifierlabeled alternative inSqlBaseParser.identifier().voidSqlBaseListener. enterBackQuotedIdentifier(SqlBaseParser.BackQuotedIdentifierContext ctx)Enter a parse tree produced by thebackQuotedIdentifierlabeled alternative inSqlBaseParser.identifier().voidSqlBaseBaseListener. exitBackQuotedIdentifier(SqlBaseParser.BackQuotedIdentifierContext ctx)Exit a parse tree produced by thebackQuotedIdentifierlabeled alternative inSqlBaseParser.identifier().voidSqlBaseListener. exitBackQuotedIdentifier(SqlBaseParser.BackQuotedIdentifierContext ctx)Exit a parse tree produced by thebackQuotedIdentifierlabeled alternative inSqlBaseParser.identifier().TSqlBaseBaseVisitor. visitBackQuotedIdentifier(SqlBaseParser.BackQuotedIdentifierContext ctx)Visit a parse tree produced by thebackQuotedIdentifierlabeled alternative inSqlBaseParser.identifier().TSqlBaseVisitor. visitBackQuotedIdentifier(SqlBaseParser.BackQuotedIdentifierContext ctx)Visit a parse tree produced by thebackQuotedIdentifierlabeled alternative inSqlBaseParser.identifier().
-