| 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.Frame.Scope[] |
MysqlxNotice.Frame.Scope.VALUES |
| Modifier and Type | Field and Description |
|---|---|
private static com.google.protobuf.Internal.EnumLiteMap<MysqlxNotice.Frame.Scope> |
MysqlxNotice.Frame.Scope.internalValueMap |
| Modifier and Type | Method and Description |
|---|---|
static MysqlxNotice.Frame.Scope |
MysqlxNotice.Frame.Scope.forNumber(int value) |
MysqlxNotice.Frame.Scope |
MysqlxNotice.FrameOrBuilder.getScope()
global or local notification
|
MysqlxNotice.Frame.Scope |
MysqlxNotice.Frame.getScope()
global or local notification
|
MysqlxNotice.Frame.Scope |
MysqlxNotice.Frame.Builder.getScope()
global or local notification
|
static MysqlxNotice.Frame.Scope |
MysqlxNotice.Frame.Scope.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MysqlxNotice.Frame.Scope |
MysqlxNotice.Frame.Scope.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MysqlxNotice.Frame.Scope |
MysqlxNotice.Frame.Scope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MysqlxNotice.Frame.Scope[] |
MysqlxNotice.Frame.Scope.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.Frame.Scope> |
MysqlxNotice.Frame.Scope.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
MysqlxNotice.Frame.Builder |
MysqlxNotice.Frame.Builder.setScope(MysqlxNotice.Frame.Scope value)
global or local notification
|