| 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 MysqlxCrud.Collection |
MysqlxCrud.Find.collection_ |
private MysqlxCrud.Collection |
MysqlxCrud.Find.Builder.collection_ |
private MysqlxCrud.Collection |
MysqlxCrud.Insert.collection_ |
private MysqlxCrud.Collection |
MysqlxCrud.Insert.Builder.collection_ |
private MysqlxCrud.Collection |
MysqlxCrud.Update.collection_ |
private MysqlxCrud.Collection |
MysqlxCrud.Update.Builder.collection_ |
private MysqlxCrud.Collection |
MysqlxCrud.Delete.collection_ |
private MysqlxCrud.Collection |
MysqlxCrud.Delete.Builder.collection_ |
private MysqlxCrud.Collection |
MysqlxCrud.CreateView.collection_ |
private MysqlxCrud.Collection |
MysqlxCrud.CreateView.Builder.collection_ |
private MysqlxCrud.Collection |
MysqlxCrud.ModifyView.collection_ |
private MysqlxCrud.Collection |
MysqlxCrud.ModifyView.Builder.collection_ |
private MysqlxCrud.Collection |
MysqlxCrud.DropView.collection_ |
private MysqlxCrud.Collection |
MysqlxCrud.DropView.Builder.collection_ |
private static MysqlxCrud.Collection |
MysqlxCrud.Collection.DEFAULT_INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.Collection |
MysqlxCrud.Collection.Builder.build() |
MysqlxCrud.Collection |
MysqlxCrud.Collection.Builder.buildPartial() |
MysqlxCrud.Collection |
MysqlxCrud.FindOrBuilder.getCollection()
collection in which to find
|
MysqlxCrud.Collection |
MysqlxCrud.Find.getCollection()
collection in which to find
|
MysqlxCrud.Collection |
MysqlxCrud.Find.Builder.getCollection()
collection in which to find
|
MysqlxCrud.Collection |
MysqlxCrud.InsertOrBuilder.getCollection()
collection to insert into
|
MysqlxCrud.Collection |
MysqlxCrud.Insert.getCollection()
collection to insert into
|
MysqlxCrud.Collection |
MysqlxCrud.Insert.Builder.getCollection()
collection to insert into
|
MysqlxCrud.Collection |
MysqlxCrud.UpdateOrBuilder.getCollection()
collection to change
|
MysqlxCrud.Collection |
MysqlxCrud.Update.getCollection()
collection to change
|
MysqlxCrud.Collection |
MysqlxCrud.Update.Builder.getCollection()
collection to change
|
MysqlxCrud.Collection |
MysqlxCrud.DeleteOrBuilder.getCollection()
collection to change
|
MysqlxCrud.Collection |
MysqlxCrud.Delete.getCollection()
collection to change
|
MysqlxCrud.Collection |
MysqlxCrud.Delete.Builder.getCollection()
collection to change
|
MysqlxCrud.Collection |
MysqlxCrud.CreateViewOrBuilder.getCollection()
name of the VIEW object, which should be created
|
MysqlxCrud.Collection |
MysqlxCrud.CreateView.getCollection()
name of the VIEW object, which should be created
|
MysqlxCrud.Collection |
MysqlxCrud.CreateView.Builder.getCollection()
name of the VIEW object, which should be created
|
MysqlxCrud.Collection |
MysqlxCrud.ModifyViewOrBuilder.getCollection()
name of the VIEW object, which should be modified
|
MysqlxCrud.Collection |
MysqlxCrud.ModifyView.getCollection()
name of the VIEW object, which should be modified
|
MysqlxCrud.Collection |
MysqlxCrud.ModifyView.Builder.getCollection()
name of the VIEW object, which should be modified
|
MysqlxCrud.Collection |
MysqlxCrud.DropViewOrBuilder.getCollection()
name of the VIEW object, which should be deleted
|
MysqlxCrud.Collection |
MysqlxCrud.DropView.getCollection()
name of the VIEW object, which should be deleted
|
MysqlxCrud.Collection |
MysqlxCrud.DropView.Builder.getCollection()
name of the VIEW object, which should be deleted
|
static MysqlxCrud.Collection |
MysqlxCrud.Collection.getDefaultInstance() |
MysqlxCrud.Collection |
MysqlxCrud.Collection.getDefaultInstanceForType() |
MysqlxCrud.Collection |
MysqlxCrud.Collection.Builder.getDefaultInstanceForType() |
static MysqlxCrud.Collection |
MysqlxCrud.Collection.parseDelimitedFrom(java.io.InputStream input) |
static MysqlxCrud.Collection |
MysqlxCrud.Collection.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxCrud.Collection |
MysqlxCrud.Collection.parseFrom(byte[] data) |
static MysqlxCrud.Collection |
MysqlxCrud.Collection.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxCrud.Collection |
MysqlxCrud.Collection.parseFrom(java.nio.ByteBuffer data) |
static MysqlxCrud.Collection |
MysqlxCrud.Collection.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxCrud.Collection |
MysqlxCrud.Collection.parseFrom(com.google.protobuf.ByteString data) |
static MysqlxCrud.Collection |
MysqlxCrud.Collection.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxCrud.Collection |
MysqlxCrud.Collection.parseFrom(com.google.protobuf.CodedInputStream input) |
static MysqlxCrud.Collection |
MysqlxCrud.Collection.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxCrud.Collection |
MysqlxCrud.Collection.parseFrom(java.io.InputStream input) |
static MysqlxCrud.Collection |
MysqlxCrud.Collection.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 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
|
com.google.protobuf.Parser<MysqlxCrud.Collection> |
MysqlxCrud.Collection.getParserForType() |
static com.google.protobuf.Parser<MysqlxCrud.Collection> |
MysqlxCrud.Collection.parser() |
| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.Find.Builder |
MysqlxCrud.Find.Builder.mergeCollection(MysqlxCrud.Collection value)
collection in which to find
|
MysqlxCrud.Insert.Builder |
MysqlxCrud.Insert.Builder.mergeCollection(MysqlxCrud.Collection value)
collection to insert into
|
MysqlxCrud.Update.Builder |
MysqlxCrud.Update.Builder.mergeCollection(MysqlxCrud.Collection value)
collection to change
|
MysqlxCrud.Delete.Builder |
MysqlxCrud.Delete.Builder.mergeCollection(MysqlxCrud.Collection value)
collection to change
|
MysqlxCrud.CreateView.Builder |
MysqlxCrud.CreateView.Builder.mergeCollection(MysqlxCrud.Collection value)
name of the VIEW object, which should be created
|
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.mergeCollection(MysqlxCrud.Collection value)
name of the VIEW object, which should be modified
|
MysqlxCrud.DropView.Builder |
MysqlxCrud.DropView.Builder.mergeCollection(MysqlxCrud.Collection value)
name of the VIEW object, which should be deleted
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.mergeFrom(MysqlxCrud.Collection other) |
static MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.newBuilder(MysqlxCrud.Collection prototype) |
MysqlxCrud.Find.Builder |
MysqlxCrud.Find.Builder.setCollection(MysqlxCrud.Collection value)
collection in which to find
|
MysqlxCrud.Insert.Builder |
MysqlxCrud.Insert.Builder.setCollection(MysqlxCrud.Collection value)
collection to insert into
|
MysqlxCrud.Update.Builder |
MysqlxCrud.Update.Builder.setCollection(MysqlxCrud.Collection value)
collection to change
|
MysqlxCrud.Delete.Builder |
MysqlxCrud.Delete.Builder.setCollection(MysqlxCrud.Collection value)
collection to change
|
MysqlxCrud.CreateView.Builder |
MysqlxCrud.CreateView.Builder.setCollection(MysqlxCrud.Collection value)
name of the VIEW object, which should be created
|
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.setCollection(MysqlxCrud.Collection value)
name of the VIEW object, which should be modified
|
MysqlxCrud.DropView.Builder |
MysqlxCrud.DropView.Builder.setCollection(MysqlxCrud.Collection value)
name of the VIEW object, which should be deleted
|
| Modifier and Type | Field and Description |
|---|---|
protected MysqlxCrud.Collection |
AbstractFilterParams.collection |
| Modifier and Type | Method and Description |
|---|---|
static MysqlxCrud.Collection |
ExprUtil.buildCollection(java.lang.String schemaName,
java.lang.String collectionName)
Build a Protocol buffers Collection.
|