Class MysqlxCrud.Insert

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

public static final class MysqlxCrud.Insert
extends com.google.protobuf.GeneratedMessageV3
implements MysqlxCrud.InsertOrBuilder
 Insert documents/rows into a collection/table
 :param collection: collection to insert into
 :param data_model: datamodel that the operations refer to
 :param projection: name of the columns to insert data into (empty if data_model is DOCUMENT)
 :param row: set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
 :param args: values for parameters used in row expressions
 :param upsert: true if this should be treated as an Upsert (that is, update on duplicate key)
 :Returns: :protobuf:msg:`Mysqlx.Resultset::`
 
Protobuf type Mysqlx.Crud.Insert
See Also:
Serialized Form