Uses of Class
io.trino.sql.parser.SqlBaseParser.CreateSchemaContext
Packages that use SqlBaseParser.CreateSchemaContext
-
Uses of SqlBaseParser.CreateSchemaContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.CreateSchemaContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterCreateSchema(SqlBaseParser.CreateSchemaContext ctx) Enter a parse tree produced by thecreateSchemalabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.enterCreateSchema(SqlBaseParser.CreateSchemaContext ctx) Enter a parse tree produced by thecreateSchemalabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener.exitCreateSchema(SqlBaseParser.CreateSchemaContext ctx) Exit a parse tree produced by thecreateSchemalabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.exitCreateSchema(SqlBaseParser.CreateSchemaContext ctx) Exit a parse tree produced by thecreateSchemalabeled alternative inSqlBaseParser.statement().SqlBaseBaseVisitor.visitCreateSchema(SqlBaseParser.CreateSchemaContext ctx) Visit a parse tree produced by thecreateSchemalabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitCreateSchema(SqlBaseParser.CreateSchemaContext ctx) Visit a parse tree produced by thecreateSchemalabeled alternative inSqlBaseParser.statement().