Class MysqlxCrud.Update

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.mysql.cj.x.protobuf.MysqlxCrud.Update
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, MysqlxCrud.UpdateOrBuilder, java.io.Serializable
Enclosing class:
MysqlxCrud

public static final class MysqlxCrud.Update
extends com.google.protobuf.GeneratedMessageV3
implements MysqlxCrud.UpdateOrBuilder
 Update documents/rows in a collection/table
 :param collection: collection to change
 :param data_model: datamodel that the operations refer to
 :param criteria: filter expression to match rows that the operations will apply on
 :param args: values for parameters used in filter expression
 :param limit: limits the number of rows to match (user can set one of: limit, limit_expr)
 :param order: specifies order of matched rows
 :param operation: list of operations to be applied. Valid operations will depend on the data_model.
 :param limit_expr: limits the number of rows to match (user can set one of: limit, limit_expr)
 :Returns: :protobuf:msg:`Mysqlx.Resultset::`
 
Protobuf type Mysqlx.Crud.Update
See Also:
Serialized Form