| Package | Description |
|---|---|
| com.mysql.cj.x.protobuf |
Message classes used for serialization with Google Protocol Buffers to support the X Protocol.
|
| com.mysql.cj.xdevapi |
Java classes for X DevAPI support.
|
| Modifier and Type | Field and Description |
|---|---|
private static MysqlxCrud.UpdateOperation.UpdateType[] |
MysqlxCrud.UpdateOperation.UpdateType.VALUES |
| Modifier and Type | Field and Description |
|---|---|
private static com.google.protobuf.Internal.EnumLiteMap<MysqlxCrud.UpdateOperation.UpdateType> |
MysqlxCrud.UpdateOperation.UpdateType.internalValueMap |
| Modifier and Type | Method and Description |
|---|---|
static MysqlxCrud.UpdateOperation.UpdateType |
MysqlxCrud.UpdateOperation.UpdateType.forNumber(int value) |
MysqlxCrud.UpdateOperation.UpdateType |
MysqlxCrud.UpdateOperationOrBuilder.getOperation()
the type of operation to be performed
|
MysqlxCrud.UpdateOperation.UpdateType |
MysqlxCrud.UpdateOperation.getOperation()
the type of operation to be performed
|
MysqlxCrud.UpdateOperation.UpdateType |
MysqlxCrud.UpdateOperation.Builder.getOperation()
the type of operation to be performed
|
static MysqlxCrud.UpdateOperation.UpdateType |
MysqlxCrud.UpdateOperation.UpdateType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MysqlxCrud.UpdateOperation.UpdateType |
MysqlxCrud.UpdateOperation.UpdateType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MysqlxCrud.UpdateOperation.UpdateType |
MysqlxCrud.UpdateOperation.UpdateType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MysqlxCrud.UpdateOperation.UpdateType[] |
MysqlxCrud.UpdateOperation.UpdateType.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<MysqlxCrud.UpdateOperation.UpdateType> |
MysqlxCrud.UpdateOperation.UpdateType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.UpdateOperation.Builder |
MysqlxCrud.UpdateOperation.Builder.setOperation(MysqlxCrud.UpdateOperation.UpdateType value)
the type of operation to be performed
|
| Modifier and Type | Field and Description |
|---|---|
private MysqlxCrud.UpdateOperation.UpdateType |
UpdateSpec.updateType |