| 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.DataModel[] |
MysqlxCrud.DataModel.VALUES |
| Modifier and Type | Field and Description |
|---|---|
private static com.google.protobuf.Internal.EnumLiteMap<MysqlxCrud.DataModel> |
MysqlxCrud.DataModel.internalValueMap |
| Modifier and Type | Method and Description |
|---|---|
static MysqlxCrud.DataModel |
MysqlxCrud.DataModel.forNumber(int value) |
MysqlxCrud.DataModel |
MysqlxCrud.FindOrBuilder.getDataModel()
data model that the operations refer to
|
MysqlxCrud.DataModel |
MysqlxCrud.Find.getDataModel()
data model that the operations refer to
|
MysqlxCrud.DataModel |
MysqlxCrud.Find.Builder.getDataModel()
data model that the operations refer to
|
MysqlxCrud.DataModel |
MysqlxCrud.InsertOrBuilder.getDataModel()
data model that the operations refer to
|
MysqlxCrud.DataModel |
MysqlxCrud.Insert.getDataModel()
data model that the operations refer to
|
MysqlxCrud.DataModel |
MysqlxCrud.Insert.Builder.getDataModel()
data model that the operations refer to
|
MysqlxCrud.DataModel |
MysqlxCrud.UpdateOrBuilder.getDataModel()
datamodel that the operations refer to
|
MysqlxCrud.DataModel |
MysqlxCrud.Update.getDataModel()
datamodel that the operations refer to
|
MysqlxCrud.DataModel |
MysqlxCrud.Update.Builder.getDataModel()
datamodel that the operations refer to
|
MysqlxCrud.DataModel |
MysqlxCrud.DeleteOrBuilder.getDataModel()
data model that the operations refer to
|
MysqlxCrud.DataModel |
MysqlxCrud.Delete.getDataModel()
data model that the operations refer to
|
MysqlxCrud.DataModel |
MysqlxCrud.Delete.Builder.getDataModel()
data model that the operations refer to
|
static MysqlxCrud.DataModel |
MysqlxCrud.DataModel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MysqlxCrud.DataModel |
MysqlxCrud.DataModel.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MysqlxCrud.DataModel |
MysqlxCrud.DataModel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MysqlxCrud.DataModel[] |
MysqlxCrud.DataModel.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.DataModel> |
MysqlxCrud.DataModel.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.Find.Builder |
MysqlxCrud.Find.Builder.setDataModel(MysqlxCrud.DataModel value)
data model that the operations refer to
|
MysqlxCrud.Insert.Builder |
MysqlxCrud.Insert.Builder.setDataModel(MysqlxCrud.DataModel value)
data model that the operations refer to
|
MysqlxCrud.Update.Builder |
MysqlxCrud.Update.Builder.setDataModel(MysqlxCrud.DataModel value)
datamodel that the operations refer to
|
MysqlxCrud.Delete.Builder |
MysqlxCrud.Delete.Builder.setDataModel(MysqlxCrud.DataModel value)
data model that the operations refer to
|