| 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 MysqlxCrud.ViewAlgorithm[] |
MysqlxCrud.ViewAlgorithm.VALUES |
| Modifier and Type | Field and Description |
|---|---|
private static com.google.protobuf.Internal.EnumLiteMap<MysqlxCrud.ViewAlgorithm> |
MysqlxCrud.ViewAlgorithm.internalValueMap |
| Modifier and Type | Method and Description |
|---|---|
static MysqlxCrud.ViewAlgorithm |
MysqlxCrud.ViewAlgorithm.forNumber(int value) |
MysqlxCrud.ViewAlgorithm |
MysqlxCrud.CreateViewOrBuilder.getAlgorithm()
defines how MySQL Server processes the view
|
MysqlxCrud.ViewAlgorithm |
MysqlxCrud.CreateView.getAlgorithm()
defines how MySQL Server processes the view
|
MysqlxCrud.ViewAlgorithm |
MysqlxCrud.CreateView.Builder.getAlgorithm()
defines how MySQL Server processes the view
|
MysqlxCrud.ViewAlgorithm |
MysqlxCrud.ModifyViewOrBuilder.getAlgorithm()
defined how MySQL Server processes the view
|
MysqlxCrud.ViewAlgorithm |
MysqlxCrud.ModifyView.getAlgorithm()
defined how MySQL Server processes the view
|
MysqlxCrud.ViewAlgorithm |
MysqlxCrud.ModifyView.Builder.getAlgorithm()
defined how MySQL Server processes the view
|
static MysqlxCrud.ViewAlgorithm |
MysqlxCrud.ViewAlgorithm.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MysqlxCrud.ViewAlgorithm |
MysqlxCrud.ViewAlgorithm.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MysqlxCrud.ViewAlgorithm |
MysqlxCrud.ViewAlgorithm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MysqlxCrud.ViewAlgorithm[] |
MysqlxCrud.ViewAlgorithm.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.ViewAlgorithm> |
MysqlxCrud.ViewAlgorithm.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.CreateView.Builder |
MysqlxCrud.CreateView.Builder.setAlgorithm(MysqlxCrud.ViewAlgorithm value)
defines how MySQL Server processes the view
|
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.setAlgorithm(MysqlxCrud.ViewAlgorithm value)
defined how MySQL Server processes the view
|