MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.Builder.build() |
|
MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.Builder.buildPartial() |
|
static MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.getDefaultInstance() |
|
MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.Builder.getDefaultInstanceForType() |
|
MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.getDefaultInstanceForType() |
|
MysqlxExpr.ColumnIdentifier |
MysqlxExpr.Expr.Builder.getIdentifier() |
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
|
MysqlxExpr.ColumnIdentifier |
MysqlxExpr.Expr.getIdentifier() |
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
|
MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ExprOrBuilder.getIdentifier() |
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
|
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
|
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.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
|
static MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.parseDelimitedFrom(InputStream input) |
|
static MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.parseDelimitedFrom(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(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(InputStream input) |
|
static MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.parseFrom(ByteBuffer data) |
|
static MysqlxExpr.ColumnIdentifier |
MysqlxExpr.ColumnIdentifier.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|