| 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 MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.DEFAULT_INSTANCE |
private MysqlxExpr.ColumnIdentifier |
MysqlxExpr.Expr.identifier_ |
private MysqlxExpr.ColumnIdentifier |
MysqlxExpr.Expr.Builder.identifier_ |
private MysqlxExpr.ColumnIdentifier |
MysqlxCrud.UpdateOperation.source_ |
private MysqlxExpr.ColumnIdentifier |
MysqlxCrud.UpdateOperation.Builder.source_ |
| Modifier and Type | Field and Description |
|---|---|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxExpr.ColumnIdentifier,MysqlxExpr.ColumnIdentifier.Builder,MysqlxExpr.ColumnIdentifierOrBuilder> |
MysqlxExpr.Expr.Builder.identifierBuilder_ |
static com.google.protobuf.Parser<MysqlxExpr.ColumnIdentifier> |
MysqlxExpr.ColumnIdentifier.PARSER
Deprecated.
|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxExpr.ColumnIdentifier,MysqlxExpr.ColumnIdentifier.Builder,MysqlxExpr.ColumnIdentifierOrBuilder> |
MysqlxCrud.UpdateOperation.Builder.sourceBuilder_ |
| Modifier and Type | Method and Description |
|---|---|
MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.Builder.build() |
MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.Builder.buildPartial() |
static MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.getDefaultInstance() |
MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.getDefaultInstanceForType() |
MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.Builder.getDefaultInstanceForType() |
MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ExprOrBuilder.getIdentifier()
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2; |
MysqlxExpr.ColumnIdentifier |
MysqlxExpr.Expr.getIdentifier()
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2; |
MysqlxExpr.ColumnIdentifier |
MysqlxExpr.Expr.Builder.getIdentifier()
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2; |
MysqlxExpr.ColumnIdentifier |
MysqlxCrud.UpdateOperationOrBuilder.getSource()
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
|
MysqlxExpr.ColumnIdentifier |
MysqlxCrud.UpdateOperation.getSource()
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
|
MysqlxExpr.ColumnIdentifier |
MysqlxCrud.UpdateOperation.Builder.getSource()
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
|
static MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.parseDelimitedFrom(java.io.InputStream input) |
static MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.parseFrom(byte[] data) |
static MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.parseFrom(java.nio.ByteBuffer data) |
static MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.parseFrom(com.google.protobuf.ByteString data) |
static MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.parseFrom(com.google.protobuf.CodedInputStream input) |
static MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.parseFrom(java.io.InputStream input) |
static MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxExpr.ColumnIdentifier,MysqlxExpr.ColumnIdentifier.Builder,MysqlxExpr.ColumnIdentifierOrBuilder> |
MysqlxExpr.Expr.Builder.getIdentifierFieldBuilder()
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2; |
com.google.protobuf.Parser<MysqlxExpr.ColumnIdentifier> |
MysqlxExpr.ColumnIdentifier.getParserForType() |
private com.google.protobuf.SingleFieldBuilderV3<MysqlxExpr.ColumnIdentifier,MysqlxExpr.ColumnIdentifier.Builder,MysqlxExpr.ColumnIdentifierOrBuilder> |
MysqlxCrud.UpdateOperation.Builder.getSourceFieldBuilder()
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
|
static com.google.protobuf.Parser<MysqlxExpr.ColumnIdentifier> |
MysqlxExpr.ColumnIdentifier.parser() |
| Modifier and Type | Method and Description |
|---|---|
MysqlxExpr.ColumnIdentifier.Builder |
MysqlxExpr.ColumnIdentifier.Builder.mergeFrom(MysqlxExpr.ColumnIdentifier other) |
MysqlxExpr.Expr.Builder |
MysqlxExpr.Expr.Builder.mergeIdentifier(MysqlxExpr.ColumnIdentifier value)
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2; |
MysqlxCrud.UpdateOperation.Builder |
MysqlxCrud.UpdateOperation.Builder.mergeSource(MysqlxExpr.ColumnIdentifier value)
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
|
static MysqlxExpr.ColumnIdentifier.Builder |
MysqlxExpr.ColumnIdentifier.newBuilder(MysqlxExpr.ColumnIdentifier prototype) |
MysqlxExpr.Expr.Builder |
MysqlxExpr.Expr.Builder.setIdentifier(MysqlxExpr.ColumnIdentifier value)
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2; |
MysqlxCrud.UpdateOperation.Builder |
MysqlxCrud.UpdateOperation.Builder.setSource(MysqlxExpr.ColumnIdentifier value)
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
|
| Modifier and Type | Field and Description |
|---|---|
private MysqlxExpr.ColumnIdentifier |
UpdateSpec.source |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<MysqlxExpr.ColumnIdentifier,MysqlxExpr.Expr> |
UpdateParams.updateOps |
| Modifier and Type | Method and Description |
|---|---|
MysqlxExpr.ColumnIdentifier |
ExprParser.parseTableUpdateField()
Parse an UPDATE field which can include can document paths.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static java.lang.String |
ExprUnparser.columnIdentifierToString(MysqlxExpr.ColumnIdentifier e)
Column identifier (or JSON path) to string.
|