| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
MySQLStatementParser.ServerOptionContext |
MySQLStatementParser.serverOption() |
MySQLStatementParser.ServerOptionContext |
MySQLStatementParser.CreateServerContext.serverOption(int i) |
MySQLStatementParser.ServerOptionContext |
MySQLStatementParser.AlterServerContext.serverOption(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<MySQLStatementParser.ServerOptionContext> |
MySQLStatementParser.CreateServerContext.serverOption() |
List<MySQLStatementParser.ServerOptionContext> |
MySQLStatementParser.AlterServerContext.serverOption() |
| Modifier and Type | Method and Description |
|---|---|
T |
MySQLStatementBaseVisitor.visitServerOption(MySQLStatementParser.ServerOptionContext ctx)
Visit a parse tree produced by
MySQLStatementParser.serverOption(). |
T |
MySQLStatementVisitor.visitServerOption(MySQLStatementParser.ServerOptionContext ctx)
Visit a parse tree produced by
MySQLStatementParser.serverOption(). |
Copyright © 2021 The Apache Software Foundation. All rights reserved.