| Package | Description |
|---|---|
| com.mysql.cj.x.protobuf |
Message classes used for serialization with Google Protocol Buffers to support the X Protocol.
|
| Modifier and Type | Field and Description |
|---|---|
private static MysqlxNotice.Warning.Level[] |
MysqlxNotice.Warning.Level.VALUES |
| Modifier and Type | Field and Description |
|---|---|
private static com.google.protobuf.Internal.EnumLiteMap<MysqlxNotice.Warning.Level> |
MysqlxNotice.Warning.Level.internalValueMap |
| Modifier and Type | Method and Description |
|---|---|
static MysqlxNotice.Warning.Level |
MysqlxNotice.Warning.Level.forNumber(int value) |
MysqlxNotice.Warning.Level |
MysqlxNotice.WarningOrBuilder.getLevel()
Note or Warning
|
MysqlxNotice.Warning.Level |
MysqlxNotice.Warning.getLevel()
Note or Warning
|
MysqlxNotice.Warning.Level |
MysqlxNotice.Warning.Builder.getLevel()
Note or Warning
|
static MysqlxNotice.Warning.Level |
MysqlxNotice.Warning.Level.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MysqlxNotice.Warning.Level |
MysqlxNotice.Warning.Level.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MysqlxNotice.Warning.Level |
MysqlxNotice.Warning.Level.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MysqlxNotice.Warning.Level[] |
MysqlxNotice.Warning.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<MysqlxNotice.Warning.Level> |
MysqlxNotice.Warning.Level.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
MysqlxNotice.Warning.Builder |
MysqlxNotice.Warning.Builder.setLevel(MysqlxNotice.Warning.Level value)
Note or Warning
|