Uses of Class
io.trino.sql.parser.SqlBaseParser.RowTypeContext
Packages that use SqlBaseParser.RowTypeContext
-
Uses of SqlBaseParser.RowTypeContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.RowTypeContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.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().SqlBaseBaseVisitor.visitRowType(SqlBaseParser.RowTypeContext ctx) Visit a parse tree produced by therowTypelabeled alternative inSqlBaseParser.type().SqlBaseVisitor.visitRowType(SqlBaseParser.RowTypeContext ctx) Visit a parse tree produced by therowTypelabeled alternative inSqlBaseParser.type().