Uses of Class
io.trino.sql.parser.SqlBaseParser.RowTypeContext
-
Packages that use SqlBaseParser.RowTypeContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.RowTypeContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.RowTypeContext Modifier and Type Method Description voidSqlBaseBaseListener. enterRowType(SqlBaseParser.RowTypeContext ctx)Enter a parse tree produced by therowTypelabeled alternative inSqlBaseParser.type().voidSqlBaseListener. enterRowType(SqlBaseParser.RowTypeContext ctx)Enter a parse tree produced by therowTypelabeled alternative inSqlBaseParser.type().voidSqlBaseBaseListener. exitRowType(SqlBaseParser.RowTypeContext ctx)Exit a parse tree produced by therowTypelabeled alternative inSqlBaseParser.type().voidSqlBaseListener. exitRowType(SqlBaseParser.RowTypeContext ctx)Exit a parse tree produced by therowTypelabeled alternative inSqlBaseParser.type().TSqlBaseBaseVisitor. visitRowType(SqlBaseParser.RowTypeContext ctx)Visit a parse tree produced by therowTypelabeled alternative inSqlBaseParser.type().TSqlBaseVisitor. visitRowType(SqlBaseParser.RowTypeContext ctx)Visit a parse tree produced by therowTypelabeled alternative inSqlBaseParser.type().
-