| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
MySQLStatementParser.IfNotExistsContext |
MySQLStatementParser.ifNotExists() |
MySQLStatementParser.IfNotExistsContext |
MySQLStatementParser.CreateTableContext.ifNotExists() |
MySQLStatementParser.IfNotExistsContext |
MySQLStatementParser.CreateDatabaseContext.ifNotExists() |
MySQLStatementParser.IfNotExistsContext |
MySQLStatementParser.CreateEventContext.ifNotExists() |
MySQLStatementParser.IfNotExistsContext |
MySQLStatementParser.CreateSRSStatementContext.ifNotExists() |
MySQLStatementParser.IfNotExistsContext |
MySQLStatementParser.DropSRSStatementContext.ifNotExists() |
MySQLStatementParser.IfNotExistsContext |
MySQLStatementParser.ShowCreateDatabaseContext.ifNotExists() |
MySQLStatementParser.IfNotExistsContext |
MySQLStatementParser.CreateUserContext.ifNotExists() |
MySQLStatementParser.IfNotExistsContext |
MySQLStatementParser.CreateRoleContext.ifNotExists() |
| Modifier and Type | Method and Description |
|---|---|
T |
MySQLStatementBaseVisitor.visitIfNotExists(MySQLStatementParser.IfNotExistsContext ctx)
Visit a parse tree produced by
MySQLStatementParser.ifNotExists(). |
T |
MySQLStatementVisitor.visitIfNotExists(MySQLStatementParser.IfNotExistsContext ctx)
Visit a parse tree produced by
MySQLStatementParser.ifNotExists(). |
Copyright © 2023 The Apache Software Foundation. All rights reserved.