| 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 static MysqlxCrud.Projection |
MysqlxCrud.Projection.DEFAULT_INSTANCE |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<MysqlxCrud.Projection> |
MysqlxCrud.Projection.PARSER
Deprecated.
|
private java.util.List<MysqlxCrud.Projection> |
MysqlxCrud.Find.projection_ |
private java.util.List<MysqlxCrud.Projection> |
MysqlxCrud.Find.Builder.projection_ |
private com.google.protobuf.RepeatedFieldBuilderV3<MysqlxCrud.Projection,MysqlxCrud.Projection.Builder,MysqlxCrud.ProjectionOrBuilder> |
MysqlxCrud.Find.Builder.projectionBuilder_ |
| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.Projection |
MysqlxCrud.Projection.Builder.build() |
MysqlxCrud.Projection |
MysqlxCrud.Projection.Builder.buildPartial() |
static MysqlxCrud.Projection |
MysqlxCrud.Projection.getDefaultInstance() |
MysqlxCrud.Projection |
MysqlxCrud.Projection.getDefaultInstanceForType() |
MysqlxCrud.Projection |
MysqlxCrud.Projection.Builder.getDefaultInstanceForType() |
MysqlxCrud.Projection |
MysqlxCrud.FindOrBuilder.getProjection(int index)
list of column projections that shall be returned
|
MysqlxCrud.Projection |
MysqlxCrud.Find.getProjection(int index)
list of column projections that shall be returned
|
MysqlxCrud.Projection |
MysqlxCrud.Find.Builder.getProjection(int index)
list of column projections that shall be returned
|
static MysqlxCrud.Projection |
MysqlxCrud.Projection.parseDelimitedFrom(java.io.InputStream input) |
static MysqlxCrud.Projection |
MysqlxCrud.Projection.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxCrud.Projection |
MysqlxCrud.Projection.parseFrom(byte[] data) |
static MysqlxCrud.Projection |
MysqlxCrud.Projection.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxCrud.Projection |
MysqlxCrud.Projection.parseFrom(java.nio.ByteBuffer data) |
static MysqlxCrud.Projection |
MysqlxCrud.Projection.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxCrud.Projection |
MysqlxCrud.Projection.parseFrom(com.google.protobuf.ByteString data) |
static MysqlxCrud.Projection |
MysqlxCrud.Projection.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxCrud.Projection |
MysqlxCrud.Projection.parseFrom(com.google.protobuf.CodedInputStream input) |
static MysqlxCrud.Projection |
MysqlxCrud.Projection.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxCrud.Projection |
MysqlxCrud.Projection.parseFrom(java.io.InputStream input) |
static MysqlxCrud.Projection |
MysqlxCrud.Projection.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<MysqlxCrud.Projection> |
MysqlxCrud.Projection.getParserForType() |
private com.google.protobuf.RepeatedFieldBuilderV3<MysqlxCrud.Projection,MysqlxCrud.Projection.Builder,MysqlxCrud.ProjectionOrBuilder> |
MysqlxCrud.Find.Builder.getProjectionFieldBuilder() |
java.util.List<MysqlxCrud.Projection> |
MysqlxCrud.FindOrBuilder.getProjectionList()
list of column projections that shall be returned
|
java.util.List<MysqlxCrud.Projection> |
MysqlxCrud.Find.getProjectionList()
list of column projections that shall be returned
|
java.util.List<MysqlxCrud.Projection> |
MysqlxCrud.Find.Builder.getProjectionList()
list of column projections that shall be returned
|
static com.google.protobuf.Parser<MysqlxCrud.Projection> |
MysqlxCrud.Projection.parser() |
| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.Find.Builder |
MysqlxCrud.Find.Builder.addProjection(int index,
MysqlxCrud.Projection value)
list of column projections that shall be returned
|
MysqlxCrud.Find.Builder |
MysqlxCrud.Find.Builder.addProjection(MysqlxCrud.Projection value)
list of column projections that shall be returned
|
MysqlxCrud.Projection.Builder |
MysqlxCrud.Projection.Builder.mergeFrom(MysqlxCrud.Projection other) |
static MysqlxCrud.Projection.Builder |
MysqlxCrud.Projection.newBuilder(MysqlxCrud.Projection prototype) |
MysqlxCrud.Find.Builder |
MysqlxCrud.Find.Builder.setProjection(int index,
MysqlxCrud.Projection value)
list of column projections that shall be returned
|
| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.Find.Builder |
MysqlxCrud.Find.Builder.addAllProjection(java.lang.Iterable<? extends MysqlxCrud.Projection> values)
list of column projections that shall be returned
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<MysqlxCrud.Projection> |
AbstractFilterParams.fields |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MysqlxCrud.Projection> |
ExprParser.parseDocumentProjection()
Parse a document projection which is similar to SELECT but with document paths as the target alias.
|
java.util.List<MysqlxCrud.Projection> |
ExprParser.parseTableSelectProjection()
Parse a SELECT projection which is a comma-separated list of expressions, each optionally suffixed with a target alias.
|