public static final class MysqlxCrud.Update.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Update.Builder> implements MysqlxCrud.UpdateOrBuilder
Update documents/rows in a collection/table @returns @ref Mysqlx::ResultsetProtobuf type
Mysqlx.Crud.Update| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.Update.Builder |
addAllArgs(java.lang.Iterable<? extends MysqlxDatatypes.Scalar> values)
values for parameters used in filter expression
|
MysqlxCrud.Update.Builder |
addAllOperation(java.lang.Iterable<? extends MysqlxCrud.UpdateOperation> values)
list of operations to be applied.
|
MysqlxCrud.Update.Builder |
addAllOrder(java.lang.Iterable<? extends MysqlxCrud.Order> values)
specifies order of matched rows
|
MysqlxCrud.Update.Builder |
addArgs(int index,
MysqlxDatatypes.Scalar.Builder builderForValue)
values for parameters used in filter expression
|
MysqlxCrud.Update.Builder |
addArgs(int index,
MysqlxDatatypes.Scalar value)
values for parameters used in filter expression
|
MysqlxCrud.Update.Builder |
addArgs(MysqlxDatatypes.Scalar.Builder builderForValue)
values for parameters used in filter expression
|
MysqlxCrud.Update.Builder |
addArgs(MysqlxDatatypes.Scalar value)
values for parameters used in filter expression
|
MysqlxDatatypes.Scalar.Builder |
addArgsBuilder()
values for parameters used in filter expression
|
MysqlxDatatypes.Scalar.Builder |
addArgsBuilder(int index)
values for parameters used in filter expression
|
MysqlxCrud.Update.Builder |
addOperation(int index,
MysqlxCrud.UpdateOperation.Builder builderForValue)
list of operations to be applied.
|
MysqlxCrud.Update.Builder |
addOperation(int index,
MysqlxCrud.UpdateOperation value)
list of operations to be applied.
|
MysqlxCrud.Update.Builder |
addOperation(MysqlxCrud.UpdateOperation.Builder builderForValue)
list of operations to be applied.
|
MysqlxCrud.Update.Builder |
addOperation(MysqlxCrud.UpdateOperation value)
list of operations to be applied.
|
MysqlxCrud.UpdateOperation.Builder |
addOperationBuilder()
list of operations to be applied.
|
MysqlxCrud.UpdateOperation.Builder |
addOperationBuilder(int index)
list of operations to be applied.
|
MysqlxCrud.Update.Builder |
addOrder(int index,
MysqlxCrud.Order.Builder builderForValue)
specifies order of matched rows
|
MysqlxCrud.Update.Builder |
addOrder(int index,
MysqlxCrud.Order value)
specifies order of matched rows
|
MysqlxCrud.Update.Builder |
addOrder(MysqlxCrud.Order.Builder builderForValue)
specifies order of matched rows
|
MysqlxCrud.Update.Builder |
addOrder(MysqlxCrud.Order value)
specifies order of matched rows
|
MysqlxCrud.Order.Builder |
addOrderBuilder()
specifies order of matched rows
|
MysqlxCrud.Order.Builder |
addOrderBuilder(int index)
specifies order of matched rows
|
MysqlxCrud.Update.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxCrud.Update |
build() |
MysqlxCrud.Update |
buildPartial() |
MysqlxCrud.Update.Builder |
clear() |
MysqlxCrud.Update.Builder |
clearArgs()
values for parameters used in filter expression
|
MysqlxCrud.Update.Builder |
clearCollection()
collection to change
|
MysqlxCrud.Update.Builder |
clearCriteria()
filter expression to match rows that the operations will apply on
|
MysqlxCrud.Update.Builder |
clearDataModel()
datamodel that the operations refer to
|
MysqlxCrud.Update.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MysqlxCrud.Update.Builder |
clearLimit()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.Update.Builder |
clearLimitExpr()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.Update.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MysqlxCrud.Update.Builder |
clearOperation()
list of operations to be applied.
|
MysqlxCrud.Update.Builder |
clearOrder()
specifies order of matched rows
|
MysqlxCrud.Update.Builder |
clone() |
MysqlxDatatypes.Scalar |
getArgs(int index)
values for parameters used in filter expression
|
MysqlxDatatypes.Scalar.Builder |
getArgsBuilder(int index)
values for parameters used in filter expression
|
java.util.List<MysqlxDatatypes.Scalar.Builder> |
getArgsBuilderList()
values for parameters used in filter expression
|
int |
getArgsCount()
values for parameters used in filter expression
|
java.util.List<MysqlxDatatypes.Scalar> |
getArgsList()
values for parameters used in filter expression
|
MysqlxDatatypes.ScalarOrBuilder |
getArgsOrBuilder(int index)
values for parameters used in filter expression
|
java.util.List<? extends MysqlxDatatypes.ScalarOrBuilder> |
getArgsOrBuilderList()
values for parameters used in filter expression
|
MysqlxCrud.Collection |
getCollection()
collection to change
|
MysqlxCrud.Collection.Builder |
getCollectionBuilder()
collection to change
|
MysqlxCrud.CollectionOrBuilder |
getCollectionOrBuilder()
collection to change
|
MysqlxExpr.Expr |
getCriteria()
filter expression to match rows that the operations will apply on
|
MysqlxExpr.Expr.Builder |
getCriteriaBuilder()
filter expression to match rows that the operations will apply on
|
MysqlxExpr.ExprOrBuilder |
getCriteriaOrBuilder()
filter expression to match rows that the operations will apply on
|
MysqlxCrud.DataModel |
getDataModel()
datamodel that the operations refer to
|
MysqlxCrud.Update |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
MysqlxCrud.Limit |
getLimit()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.Limit.Builder |
getLimitBuilder()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.LimitExpr |
getLimitExpr()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.LimitExpr.Builder |
getLimitExprBuilder()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.LimitExprOrBuilder |
getLimitExprOrBuilder()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.LimitOrBuilder |
getLimitOrBuilder()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.UpdateOperation |
getOperation(int index)
list of operations to be applied.
|
MysqlxCrud.UpdateOperation.Builder |
getOperationBuilder(int index)
list of operations to be applied.
|
java.util.List<MysqlxCrud.UpdateOperation.Builder> |
getOperationBuilderList()
list of operations to be applied.
|
int |
getOperationCount()
list of operations to be applied.
|
java.util.List<MysqlxCrud.UpdateOperation> |
getOperationList()
list of operations to be applied.
|
MysqlxCrud.UpdateOperationOrBuilder |
getOperationOrBuilder(int index)
list of operations to be applied.
|
java.util.List<? extends MysqlxCrud.UpdateOperationOrBuilder> |
getOperationOrBuilderList()
list of operations to be applied.
|
MysqlxCrud.Order |
getOrder(int index)
specifies order of matched rows
|
MysqlxCrud.Order.Builder |
getOrderBuilder(int index)
specifies order of matched rows
|
java.util.List<MysqlxCrud.Order.Builder> |
getOrderBuilderList()
specifies order of matched rows
|
int |
getOrderCount()
specifies order of matched rows
|
java.util.List<MysqlxCrud.Order> |
getOrderList()
specifies order of matched rows
|
MysqlxCrud.OrderOrBuilder |
getOrderOrBuilder(int index)
specifies order of matched rows
|
java.util.List<? extends MysqlxCrud.OrderOrBuilder> |
getOrderOrBuilderList()
specifies order of matched rows
|
boolean |
hasCollection()
collection to change
|
boolean |
hasCriteria()
filter expression to match rows that the operations will apply on
|
boolean |
hasDataModel()
datamodel that the operations refer to
|
boolean |
hasLimit()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
boolean |
hasLimitExpr()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
MysqlxCrud.Update.Builder |
mergeCollection(MysqlxCrud.Collection value)
collection to change
|
MysqlxCrud.Update.Builder |
mergeCriteria(MysqlxExpr.Expr value)
filter expression to match rows that the operations will apply on
|
MysqlxCrud.Update.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MysqlxCrud.Update.Builder |
mergeFrom(com.google.protobuf.Message other) |
MysqlxCrud.Update.Builder |
mergeFrom(MysqlxCrud.Update other) |
MysqlxCrud.Update.Builder |
mergeLimit(MysqlxCrud.Limit value)
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.Update.Builder |
mergeLimitExpr(MysqlxCrud.LimitExpr value)
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.Update.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MysqlxCrud.Update.Builder |
removeArgs(int index)
values for parameters used in filter expression
|
MysqlxCrud.Update.Builder |
removeOperation(int index)
list of operations to be applied.
|
MysqlxCrud.Update.Builder |
removeOrder(int index)
specifies order of matched rows
|
MysqlxCrud.Update.Builder |
setArgs(int index,
MysqlxDatatypes.Scalar.Builder builderForValue)
values for parameters used in filter expression
|
MysqlxCrud.Update.Builder |
setArgs(int index,
MysqlxDatatypes.Scalar value)
values for parameters used in filter expression
|
MysqlxCrud.Update.Builder |
setCollection(MysqlxCrud.Collection.Builder builderForValue)
collection to change
|
MysqlxCrud.Update.Builder |
setCollection(MysqlxCrud.Collection value)
collection to change
|
MysqlxCrud.Update.Builder |
setCriteria(MysqlxExpr.Expr.Builder builderForValue)
filter expression to match rows that the operations will apply on
|
MysqlxCrud.Update.Builder |
setCriteria(MysqlxExpr.Expr value)
filter expression to match rows that the operations will apply on
|
MysqlxCrud.Update.Builder |
setDataModel(MysqlxCrud.DataModel value)
datamodel that the operations refer to
|
MysqlxCrud.Update.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxCrud.Update.Builder |
setLimit(MysqlxCrud.Limit.Builder builderForValue)
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.Update.Builder |
setLimit(MysqlxCrud.Limit value)
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.Update.Builder |
setLimitExpr(MysqlxCrud.LimitExpr.Builder builderForValue)
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.Update.Builder |
setLimitExpr(MysqlxCrud.LimitExpr value)
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.Update.Builder |
setOperation(int index,
MysqlxCrud.UpdateOperation.Builder builderForValue)
list of operations to be applied.
|
MysqlxCrud.Update.Builder |
setOperation(int index,
MysqlxCrud.UpdateOperation value)
list of operations to be applied.
|
MysqlxCrud.Update.Builder |
setOrder(int index,
MysqlxCrud.Order.Builder builderForValue)
specifies order of matched rows
|
MysqlxCrud.Update.Builder |
setOrder(int index,
MysqlxCrud.Order value)
specifies order of matched rows
|
MysqlxCrud.Update.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
MysqlxCrud.Update.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Update.Builder>public MysqlxCrud.Update.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Update.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Update.Builder>public MysqlxCrud.Update getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic MysqlxCrud.Update build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic MysqlxCrud.Update buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic MysqlxCrud.Update.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Update.Builder>public MysqlxCrud.Update.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Update.Builder>public MysqlxCrud.Update.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Update.Builder>public MysqlxCrud.Update.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Update.Builder>public MysqlxCrud.Update.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Update.Builder>public MysqlxCrud.Update.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Update.Builder>public MysqlxCrud.Update.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MysqlxCrud.Update.Builder>public MysqlxCrud.Update.Builder mergeFrom(MysqlxCrud.Update other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Update.Builder>public MysqlxCrud.Update.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MysqlxCrud.Update.Builder>java.io.IOExceptionpublic boolean hasCollection()
collection to change
required .Mysqlx.Crud.Collection collection = 2;hasCollection in interface MysqlxCrud.UpdateOrBuilderpublic MysqlxCrud.Collection getCollection()
collection to change
required .Mysqlx.Crud.Collection collection = 2;getCollection in interface MysqlxCrud.UpdateOrBuilderpublic MysqlxCrud.Update.Builder setCollection(MysqlxCrud.Collection value)
collection to change
required .Mysqlx.Crud.Collection collection = 2;public MysqlxCrud.Update.Builder setCollection(MysqlxCrud.Collection.Builder builderForValue)
collection to change
required .Mysqlx.Crud.Collection collection = 2;public MysqlxCrud.Update.Builder mergeCollection(MysqlxCrud.Collection value)
collection to change
required .Mysqlx.Crud.Collection collection = 2;public MysqlxCrud.Update.Builder clearCollection()
collection to change
required .Mysqlx.Crud.Collection collection = 2;public MysqlxCrud.Collection.Builder getCollectionBuilder()
collection to change
required .Mysqlx.Crud.Collection collection = 2;public MysqlxCrud.CollectionOrBuilder getCollectionOrBuilder()
collection to change
required .Mysqlx.Crud.Collection collection = 2;getCollectionOrBuilder in interface MysqlxCrud.UpdateOrBuilderpublic boolean hasDataModel()
datamodel that the operations refer to
optional .Mysqlx.Crud.DataModel data_model = 3;hasDataModel in interface MysqlxCrud.UpdateOrBuilderpublic MysqlxCrud.DataModel getDataModel()
datamodel that the operations refer to
optional .Mysqlx.Crud.DataModel data_model = 3;getDataModel in interface MysqlxCrud.UpdateOrBuilderpublic MysqlxCrud.Update.Builder setDataModel(MysqlxCrud.DataModel value)
datamodel that the operations refer to
optional .Mysqlx.Crud.DataModel data_model = 3;value - The dataModel to set.public MysqlxCrud.Update.Builder clearDataModel()
datamodel that the operations refer to
optional .Mysqlx.Crud.DataModel data_model = 3;public boolean hasCriteria()
filter expression to match rows that the operations will apply on
optional .Mysqlx.Expr.Expr criteria = 4;hasCriteria in interface MysqlxCrud.UpdateOrBuilderpublic MysqlxExpr.Expr getCriteria()
filter expression to match rows that the operations will apply on
optional .Mysqlx.Expr.Expr criteria = 4;getCriteria in interface MysqlxCrud.UpdateOrBuilderpublic MysqlxCrud.Update.Builder setCriteria(MysqlxExpr.Expr value)
filter expression to match rows that the operations will apply on
optional .Mysqlx.Expr.Expr criteria = 4;public MysqlxCrud.Update.Builder setCriteria(MysqlxExpr.Expr.Builder builderForValue)
filter expression to match rows that the operations will apply on
optional .Mysqlx.Expr.Expr criteria = 4;public MysqlxCrud.Update.Builder mergeCriteria(MysqlxExpr.Expr value)
filter expression to match rows that the operations will apply on
optional .Mysqlx.Expr.Expr criteria = 4;public MysqlxCrud.Update.Builder clearCriteria()
filter expression to match rows that the operations will apply on
optional .Mysqlx.Expr.Expr criteria = 4;public MysqlxExpr.Expr.Builder getCriteriaBuilder()
filter expression to match rows that the operations will apply on
optional .Mysqlx.Expr.Expr criteria = 4;public MysqlxExpr.ExprOrBuilder getCriteriaOrBuilder()
filter expression to match rows that the operations will apply on
optional .Mysqlx.Expr.Expr criteria = 4;getCriteriaOrBuilder in interface MysqlxCrud.UpdateOrBuilderpublic boolean hasLimit()
limits the number of rows to match (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.Limit limit = 5;hasLimit in interface MysqlxCrud.UpdateOrBuilderpublic MysqlxCrud.Limit getLimit()
limits the number of rows to match (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.Limit limit = 5;getLimit in interface MysqlxCrud.UpdateOrBuilderpublic MysqlxCrud.Update.Builder setLimit(MysqlxCrud.Limit value)
limits the number of rows to match (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.Limit limit = 5;public MysqlxCrud.Update.Builder setLimit(MysqlxCrud.Limit.Builder builderForValue)
limits the number of rows to match (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.Limit limit = 5;public MysqlxCrud.Update.Builder mergeLimit(MysqlxCrud.Limit value)
limits the number of rows to match (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.Limit limit = 5;public MysqlxCrud.Update.Builder clearLimit()
limits the number of rows to match (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.Limit limit = 5;public MysqlxCrud.Limit.Builder getLimitBuilder()
limits the number of rows to match (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.Limit limit = 5;public MysqlxCrud.LimitOrBuilder getLimitOrBuilder()
limits the number of rows to match (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.Limit limit = 5;getLimitOrBuilder in interface MysqlxCrud.UpdateOrBuilderpublic java.util.List<MysqlxCrud.Order> getOrderList()
specifies order of matched rows
repeated .Mysqlx.Crud.Order order = 6;getOrderList in interface MysqlxCrud.UpdateOrBuilderpublic int getOrderCount()
specifies order of matched rows
repeated .Mysqlx.Crud.Order order = 6;getOrderCount in interface MysqlxCrud.UpdateOrBuilderpublic MysqlxCrud.Order getOrder(int index)
specifies order of matched rows
repeated .Mysqlx.Crud.Order order = 6;getOrder in interface MysqlxCrud.UpdateOrBuilderpublic MysqlxCrud.Update.Builder setOrder(int index, MysqlxCrud.Order value)
specifies order of matched rows
repeated .Mysqlx.Crud.Order order = 6;public MysqlxCrud.Update.Builder setOrder(int index, MysqlxCrud.Order.Builder builderForValue)
specifies order of matched rows
repeated .Mysqlx.Crud.Order order = 6;public MysqlxCrud.Update.Builder addOrder(MysqlxCrud.Order value)
specifies order of matched rows
repeated .Mysqlx.Crud.Order order = 6;public MysqlxCrud.Update.Builder addOrder(int index, MysqlxCrud.Order value)
specifies order of matched rows
repeated .Mysqlx.Crud.Order order = 6;public MysqlxCrud.Update.Builder addOrder(MysqlxCrud.Order.Builder builderForValue)
specifies order of matched rows
repeated .Mysqlx.Crud.Order order = 6;public MysqlxCrud.Update.Builder addOrder(int index, MysqlxCrud.Order.Builder builderForValue)
specifies order of matched rows
repeated .Mysqlx.Crud.Order order = 6;public MysqlxCrud.Update.Builder addAllOrder(java.lang.Iterable<? extends MysqlxCrud.Order> values)
specifies order of matched rows
repeated .Mysqlx.Crud.Order order = 6;public MysqlxCrud.Update.Builder clearOrder()
specifies order of matched rows
repeated .Mysqlx.Crud.Order order = 6;public MysqlxCrud.Update.Builder removeOrder(int index)
specifies order of matched rows
repeated .Mysqlx.Crud.Order order = 6;public MysqlxCrud.Order.Builder getOrderBuilder(int index)
specifies order of matched rows
repeated .Mysqlx.Crud.Order order = 6;public MysqlxCrud.OrderOrBuilder getOrderOrBuilder(int index)
specifies order of matched rows
repeated .Mysqlx.Crud.Order order = 6;getOrderOrBuilder in interface MysqlxCrud.UpdateOrBuilderpublic java.util.List<? extends MysqlxCrud.OrderOrBuilder> getOrderOrBuilderList()
specifies order of matched rows
repeated .Mysqlx.Crud.Order order = 6;getOrderOrBuilderList in interface MysqlxCrud.UpdateOrBuilderpublic MysqlxCrud.Order.Builder addOrderBuilder()
specifies order of matched rows
repeated .Mysqlx.Crud.Order order = 6;public MysqlxCrud.Order.Builder addOrderBuilder(int index)
specifies order of matched rows
repeated .Mysqlx.Crud.Order order = 6;public java.util.List<MysqlxCrud.Order.Builder> getOrderBuilderList()
specifies order of matched rows
repeated .Mysqlx.Crud.Order order = 6;public java.util.List<MysqlxCrud.UpdateOperation> getOperationList()
list of operations to be applied. Valid operations will depend on the data_model
repeated .Mysqlx.Crud.UpdateOperation operation = 7;getOperationList in interface MysqlxCrud.UpdateOrBuilderpublic int getOperationCount()
list of operations to be applied. Valid operations will depend on the data_model
repeated .Mysqlx.Crud.UpdateOperation operation = 7;getOperationCount in interface MysqlxCrud.UpdateOrBuilderpublic MysqlxCrud.UpdateOperation getOperation(int index)
list of operations to be applied. Valid operations will depend on the data_model
repeated .Mysqlx.Crud.UpdateOperation operation = 7;getOperation in interface MysqlxCrud.UpdateOrBuilderpublic MysqlxCrud.Update.Builder setOperation(int index, MysqlxCrud.UpdateOperation value)
list of operations to be applied. Valid operations will depend on the data_model
repeated .Mysqlx.Crud.UpdateOperation operation = 7;public MysqlxCrud.Update.Builder setOperation(int index, MysqlxCrud.UpdateOperation.Builder builderForValue)
list of operations to be applied. Valid operations will depend on the data_model
repeated .Mysqlx.Crud.UpdateOperation operation = 7;public MysqlxCrud.Update.Builder addOperation(MysqlxCrud.UpdateOperation value)
list of operations to be applied. Valid operations will depend on the data_model
repeated .Mysqlx.Crud.UpdateOperation operation = 7;public MysqlxCrud.Update.Builder addOperation(int index, MysqlxCrud.UpdateOperation value)
list of operations to be applied. Valid operations will depend on the data_model
repeated .Mysqlx.Crud.UpdateOperation operation = 7;public MysqlxCrud.Update.Builder addOperation(MysqlxCrud.UpdateOperation.Builder builderForValue)
list of operations to be applied. Valid operations will depend on the data_model
repeated .Mysqlx.Crud.UpdateOperation operation = 7;public MysqlxCrud.Update.Builder addOperation(int index, MysqlxCrud.UpdateOperation.Builder builderForValue)
list of operations to be applied. Valid operations will depend on the data_model
repeated .Mysqlx.Crud.UpdateOperation operation = 7;public MysqlxCrud.Update.Builder addAllOperation(java.lang.Iterable<? extends MysqlxCrud.UpdateOperation> values)
list of operations to be applied. Valid operations will depend on the data_model
repeated .Mysqlx.Crud.UpdateOperation operation = 7;public MysqlxCrud.Update.Builder clearOperation()
list of operations to be applied. Valid operations will depend on the data_model
repeated .Mysqlx.Crud.UpdateOperation operation = 7;public MysqlxCrud.Update.Builder removeOperation(int index)
list of operations to be applied. Valid operations will depend on the data_model
repeated .Mysqlx.Crud.UpdateOperation operation = 7;public MysqlxCrud.UpdateOperation.Builder getOperationBuilder(int index)
list of operations to be applied. Valid operations will depend on the data_model
repeated .Mysqlx.Crud.UpdateOperation operation = 7;public MysqlxCrud.UpdateOperationOrBuilder getOperationOrBuilder(int index)
list of operations to be applied. Valid operations will depend on the data_model
repeated .Mysqlx.Crud.UpdateOperation operation = 7;getOperationOrBuilder in interface MysqlxCrud.UpdateOrBuilderpublic java.util.List<? extends MysqlxCrud.UpdateOperationOrBuilder> getOperationOrBuilderList()
list of operations to be applied. Valid operations will depend on the data_model
repeated .Mysqlx.Crud.UpdateOperation operation = 7;getOperationOrBuilderList in interface MysqlxCrud.UpdateOrBuilderpublic MysqlxCrud.UpdateOperation.Builder addOperationBuilder()
list of operations to be applied. Valid operations will depend on the data_model
repeated .Mysqlx.Crud.UpdateOperation operation = 7;public MysqlxCrud.UpdateOperation.Builder addOperationBuilder(int index)
list of operations to be applied. Valid operations will depend on the data_model
repeated .Mysqlx.Crud.UpdateOperation operation = 7;public java.util.List<MysqlxCrud.UpdateOperation.Builder> getOperationBuilderList()
list of operations to be applied. Valid operations will depend on the data_model
repeated .Mysqlx.Crud.UpdateOperation operation = 7;public java.util.List<MysqlxDatatypes.Scalar> getArgsList()
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 8;getArgsList in interface MysqlxCrud.UpdateOrBuilderpublic int getArgsCount()
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 8;getArgsCount in interface MysqlxCrud.UpdateOrBuilderpublic MysqlxDatatypes.Scalar getArgs(int index)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 8;getArgs in interface MysqlxCrud.UpdateOrBuilderpublic MysqlxCrud.Update.Builder setArgs(int index, MysqlxDatatypes.Scalar value)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 8;public MysqlxCrud.Update.Builder setArgs(int index, MysqlxDatatypes.Scalar.Builder builderForValue)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 8;public MysqlxCrud.Update.Builder addArgs(MysqlxDatatypes.Scalar value)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 8;public MysqlxCrud.Update.Builder addArgs(int index, MysqlxDatatypes.Scalar value)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 8;public MysqlxCrud.Update.Builder addArgs(MysqlxDatatypes.Scalar.Builder builderForValue)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 8;public MysqlxCrud.Update.Builder addArgs(int index, MysqlxDatatypes.Scalar.Builder builderForValue)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 8;public MysqlxCrud.Update.Builder addAllArgs(java.lang.Iterable<? extends MysqlxDatatypes.Scalar> values)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 8;public MysqlxCrud.Update.Builder clearArgs()
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 8;public MysqlxCrud.Update.Builder removeArgs(int index)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 8;public MysqlxDatatypes.Scalar.Builder getArgsBuilder(int index)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 8;public MysqlxDatatypes.ScalarOrBuilder getArgsOrBuilder(int index)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 8;getArgsOrBuilder in interface MysqlxCrud.UpdateOrBuilderpublic java.util.List<? extends MysqlxDatatypes.ScalarOrBuilder> getArgsOrBuilderList()
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 8;getArgsOrBuilderList in interface MysqlxCrud.UpdateOrBuilderpublic MysqlxDatatypes.Scalar.Builder addArgsBuilder()
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 8;public MysqlxDatatypes.Scalar.Builder addArgsBuilder(int index)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 8;public java.util.List<MysqlxDatatypes.Scalar.Builder> getArgsBuilderList()
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 8;public boolean hasLimitExpr()
limits the number of rows to match (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;hasLimitExpr in interface MysqlxCrud.UpdateOrBuilderpublic MysqlxCrud.LimitExpr getLimitExpr()
limits the number of rows to match (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;getLimitExpr in interface MysqlxCrud.UpdateOrBuilderpublic MysqlxCrud.Update.Builder setLimitExpr(MysqlxCrud.LimitExpr value)
limits the number of rows to match (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;public MysqlxCrud.Update.Builder setLimitExpr(MysqlxCrud.LimitExpr.Builder builderForValue)
limits the number of rows to match (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;public MysqlxCrud.Update.Builder mergeLimitExpr(MysqlxCrud.LimitExpr value)
limits the number of rows to match (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;public MysqlxCrud.Update.Builder clearLimitExpr()
limits the number of rows to match (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;public MysqlxCrud.LimitExpr.Builder getLimitExprBuilder()
limits the number of rows to match (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;public MysqlxCrud.LimitExprOrBuilder getLimitExprOrBuilder()
limits the number of rows to match (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;getLimitExprOrBuilder in interface MysqlxCrud.UpdateOrBuilderpublic final MysqlxCrud.Update.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Update.Builder>public final MysqlxCrud.Update.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Update.Builder>