| Package | Description |
|---|---|
| com.mysql.cj.x.protobuf |
Message classes used for serialization with Google Protocol Buffers to support the X Protocol.
|
| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.clear() |
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.clearName()
required string name = 1; |
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.clearSchema()
optional string schema = 2; |
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.clone() |
MysqlxCrud.Collection.Builder |
MysqlxCrud.Find.Builder.getCollectionBuilder()
collection in which to find
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Insert.Builder.getCollectionBuilder()
collection to insert into
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Update.Builder.getCollectionBuilder()
collection to change
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Delete.Builder.getCollectionBuilder()
collection to change
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.CreateView.Builder.getCollectionBuilder()
name of the VIEW object, which should be created
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.ModifyView.Builder.getCollectionBuilder()
name of the VIEW object, which should be modified
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.DropView.Builder.getCollectionBuilder()
name of the VIEW object, which should be deleted
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.mergeFrom(com.google.protobuf.Message other) |
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.mergeFrom(MysqlxCrud.Collection other) |
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.newBuilder() |
static MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.newBuilder(MysqlxCrud.Collection prototype) |
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.newBuilderForType() |
protected MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.setName(java.lang.String value)
required string name = 1; |
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.setNameBytes(com.google.protobuf.ByteString value)
required string name = 1; |
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.setSchema(java.lang.String value)
optional string schema = 2; |
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.setSchemaBytes(com.google.protobuf.ByteString value)
optional string schema = 2; |
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxCrud.Collection,MysqlxCrud.Collection.Builder,MysqlxCrud.CollectionOrBuilder> |
MysqlxCrud.Find.Builder.getCollectionFieldBuilder()
collection in which to find
|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxCrud.Collection,MysqlxCrud.Collection.Builder,MysqlxCrud.CollectionOrBuilder> |
MysqlxCrud.Insert.Builder.getCollectionFieldBuilder()
collection to insert into
|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxCrud.Collection,MysqlxCrud.Collection.Builder,MysqlxCrud.CollectionOrBuilder> |
MysqlxCrud.Update.Builder.getCollectionFieldBuilder()
collection to change
|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxCrud.Collection,MysqlxCrud.Collection.Builder,MysqlxCrud.CollectionOrBuilder> |
MysqlxCrud.Delete.Builder.getCollectionFieldBuilder()
collection to change
|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxCrud.Collection,MysqlxCrud.Collection.Builder,MysqlxCrud.CollectionOrBuilder> |
MysqlxCrud.CreateView.Builder.getCollectionFieldBuilder()
name of the VIEW object, which should be created
|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxCrud.Collection,MysqlxCrud.Collection.Builder,MysqlxCrud.CollectionOrBuilder> |
MysqlxCrud.ModifyView.Builder.getCollectionFieldBuilder()
name of the VIEW object, which should be modified
|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxCrud.Collection,MysqlxCrud.Collection.Builder,MysqlxCrud.CollectionOrBuilder> |
MysqlxCrud.DropView.Builder.getCollectionFieldBuilder()
name of the VIEW object, which should be deleted
|
| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.Find.Builder |
MysqlxCrud.Find.Builder.setCollection(MysqlxCrud.Collection.Builder builderForValue)
collection in which to find
|
MysqlxCrud.Insert.Builder |
MysqlxCrud.Insert.Builder.setCollection(MysqlxCrud.Collection.Builder builderForValue)
collection to insert into
|
MysqlxCrud.Update.Builder |
MysqlxCrud.Update.Builder.setCollection(MysqlxCrud.Collection.Builder builderForValue)
collection to change
|
MysqlxCrud.Delete.Builder |
MysqlxCrud.Delete.Builder.setCollection(MysqlxCrud.Collection.Builder builderForValue)
collection to change
|
MysqlxCrud.CreateView.Builder |
MysqlxCrud.CreateView.Builder.setCollection(MysqlxCrud.Collection.Builder builderForValue)
name of the VIEW object, which should be created
|
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.setCollection(MysqlxCrud.Collection.Builder builderForValue)
name of the VIEW object, which should be modified
|
MysqlxCrud.DropView.Builder |
MysqlxCrud.DropView.Builder.setCollection(MysqlxCrud.Collection.Builder builderForValue)
name of the VIEW object, which should be deleted
|