| 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.ViewCheckOption[] |
MysqlxCrud.ViewCheckOption.VALUES |
| Modifier and Type | Field and Description |
|---|---|
private static com.google.protobuf.Internal.EnumLiteMap<MysqlxCrud.ViewCheckOption> |
MysqlxCrud.ViewCheckOption.internalValueMap |
| Modifier and Type | Method and Description |
|---|---|
static MysqlxCrud.ViewCheckOption |
MysqlxCrud.ViewCheckOption.forNumber(int value) |
MysqlxCrud.ViewCheckOption |
MysqlxCrud.CreateViewOrBuilder.getCheck()
limits the write operations done on a VIEW
|
MysqlxCrud.ViewCheckOption |
MysqlxCrud.CreateView.getCheck()
limits the write operations done on a VIEW
|
MysqlxCrud.ViewCheckOption |
MysqlxCrud.CreateView.Builder.getCheck()
limits the write operations done on a VIEW
|
MysqlxCrud.ViewCheckOption |
MysqlxCrud.ModifyViewOrBuilder.getCheck()
limits the write operations done on a VIEW
|
MysqlxCrud.ViewCheckOption |
MysqlxCrud.ModifyView.getCheck()
limits the write operations done on a VIEW
|
MysqlxCrud.ViewCheckOption |
MysqlxCrud.ModifyView.Builder.getCheck()
limits the write operations done on a VIEW
|
static MysqlxCrud.ViewCheckOption |
MysqlxCrud.ViewCheckOption.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MysqlxCrud.ViewCheckOption |
MysqlxCrud.ViewCheckOption.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MysqlxCrud.ViewCheckOption |
MysqlxCrud.ViewCheckOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MysqlxCrud.ViewCheckOption[] |
MysqlxCrud.ViewCheckOption.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.ViewCheckOption> |
MysqlxCrud.ViewCheckOption.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.CreateView.Builder |
MysqlxCrud.CreateView.Builder.setCheck(MysqlxCrud.ViewCheckOption value)
limits the write operations done on a VIEW
|
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.setCheck(MysqlxCrud.ViewCheckOption value)
limits the write operations done on a VIEW
|