public static final class MysqlxCrud.Insert.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Insert.Builder> implements MysqlxCrud.InsertOrBuilder
Insert documents/rows into a collection/table @returns @ref Mysqlx::ResultsetProtobuf type
Mysqlx.Crud.Insert| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.Insert.Builder |
addAllArgs(java.lang.Iterable<? extends MysqlxDatatypes.Scalar> values)
values for parameters used in row expressions
|
MysqlxCrud.Insert.Builder |
addAllProjection(java.lang.Iterable<? extends MysqlxCrud.Column> values)
name of the columns to insert data into
(empty if data_model is DOCUMENT)
|
MysqlxCrud.Insert.Builder |
addAllRow(java.lang.Iterable<? extends MysqlxCrud.Insert.TypedRow> values)
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
|
MysqlxCrud.Insert.Builder |
addArgs(int index,
MysqlxDatatypes.Scalar.Builder builderForValue)
values for parameters used in row expressions
|
MysqlxCrud.Insert.Builder |
addArgs(int index,
MysqlxDatatypes.Scalar value)
values for parameters used in row expressions
|
MysqlxCrud.Insert.Builder |
addArgs(MysqlxDatatypes.Scalar.Builder builderForValue)
values for parameters used in row expressions
|
MysqlxCrud.Insert.Builder |
addArgs(MysqlxDatatypes.Scalar value)
values for parameters used in row expressions
|
MysqlxDatatypes.Scalar.Builder |
addArgsBuilder()
values for parameters used in row expressions
|
MysqlxDatatypes.Scalar.Builder |
addArgsBuilder(int index)
values for parameters used in row expressions
|
MysqlxCrud.Insert.Builder |
addProjection(int index,
MysqlxCrud.Column.Builder builderForValue)
name of the columns to insert data into
(empty if data_model is DOCUMENT)
|
MysqlxCrud.Insert.Builder |
addProjection(int index,
MysqlxCrud.Column value)
name of the columns to insert data into
(empty if data_model is DOCUMENT)
|
MysqlxCrud.Insert.Builder |
addProjection(MysqlxCrud.Column.Builder builderForValue)
name of the columns to insert data into
(empty if data_model is DOCUMENT)
|
MysqlxCrud.Insert.Builder |
addProjection(MysqlxCrud.Column value)
name of the columns to insert data into
(empty if data_model is DOCUMENT)
|
MysqlxCrud.Column.Builder |
addProjectionBuilder()
name of the columns to insert data into
(empty if data_model is DOCUMENT)
|
MysqlxCrud.Column.Builder |
addProjectionBuilder(int index)
name of the columns to insert data into
(empty if data_model is DOCUMENT)
|
MysqlxCrud.Insert.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxCrud.Insert.Builder |
addRow(int index,
MysqlxCrud.Insert.TypedRow.Builder builderForValue)
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
|
MysqlxCrud.Insert.Builder |
addRow(int index,
MysqlxCrud.Insert.TypedRow value)
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
|
MysqlxCrud.Insert.Builder |
addRow(MysqlxCrud.Insert.TypedRow.Builder builderForValue)
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
|
MysqlxCrud.Insert.Builder |
addRow(MysqlxCrud.Insert.TypedRow value)
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
|
MysqlxCrud.Insert.TypedRow.Builder |
addRowBuilder()
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
|
MysqlxCrud.Insert.TypedRow.Builder |
addRowBuilder(int index)
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
|
MysqlxCrud.Insert |
build() |
MysqlxCrud.Insert |
buildPartial() |
MysqlxCrud.Insert.Builder |
clear() |
MysqlxCrud.Insert.Builder |
clearArgs()
values for parameters used in row expressions
|
MysqlxCrud.Insert.Builder |
clearCollection()
collection to insert into
|
MysqlxCrud.Insert.Builder |
clearDataModel()
data model that the operations refer to
|
MysqlxCrud.Insert.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MysqlxCrud.Insert.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MysqlxCrud.Insert.Builder |
clearProjection()
name of the columns to insert data into
(empty if data_model is DOCUMENT)
|
MysqlxCrud.Insert.Builder |
clearRow()
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
|
MysqlxCrud.Insert.Builder |
clearUpsert()
true if this should be treated as an Upsert
(that is, update on duplicate key)
|
MysqlxCrud.Insert.Builder |
clone() |
MysqlxDatatypes.Scalar |
getArgs(int index)
values for parameters used in row expressions
|
MysqlxDatatypes.Scalar.Builder |
getArgsBuilder(int index)
values for parameters used in row expressions
|
java.util.List<MysqlxDatatypes.Scalar.Builder> |
getArgsBuilderList()
values for parameters used in row expressions
|
int |
getArgsCount()
values for parameters used in row expressions
|
java.util.List<MysqlxDatatypes.Scalar> |
getArgsList()
values for parameters used in row expressions
|
MysqlxDatatypes.ScalarOrBuilder |
getArgsOrBuilder(int index)
values for parameters used in row expressions
|
java.util.List<? extends MysqlxDatatypes.ScalarOrBuilder> |
getArgsOrBuilderList()
values for parameters used in row expressions
|
MysqlxCrud.Collection |
getCollection()
collection to insert into
|
MysqlxCrud.Collection.Builder |
getCollectionBuilder()
collection to insert into
|
MysqlxCrud.CollectionOrBuilder |
getCollectionOrBuilder()
collection to insert into
|
MysqlxCrud.DataModel |
getDataModel()
data model that the operations refer to
|
MysqlxCrud.Insert |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
MysqlxCrud.Column |
getProjection(int index)
name of the columns to insert data into
(empty if data_model is DOCUMENT)
|
MysqlxCrud.Column.Builder |
getProjectionBuilder(int index)
name of the columns to insert data into
(empty if data_model is DOCUMENT)
|
java.util.List<MysqlxCrud.Column.Builder> |
getProjectionBuilderList()
name of the columns to insert data into
(empty if data_model is DOCUMENT)
|
int |
getProjectionCount()
name of the columns to insert data into
(empty if data_model is DOCUMENT)
|
java.util.List<MysqlxCrud.Column> |
getProjectionList()
name of the columns to insert data into
(empty if data_model is DOCUMENT)
|
MysqlxCrud.ColumnOrBuilder |
getProjectionOrBuilder(int index)
name of the columns to insert data into
(empty if data_model is DOCUMENT)
|
java.util.List<? extends MysqlxCrud.ColumnOrBuilder> |
getProjectionOrBuilderList()
name of the columns to insert data into
(empty if data_model is DOCUMENT)
|
MysqlxCrud.Insert.TypedRow |
getRow(int index)
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
|
MysqlxCrud.Insert.TypedRow.Builder |
getRowBuilder(int index)
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
|
java.util.List<MysqlxCrud.Insert.TypedRow.Builder> |
getRowBuilderList()
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
|
int |
getRowCount()
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
|
java.util.List<MysqlxCrud.Insert.TypedRow> |
getRowList()
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
|
MysqlxCrud.Insert.TypedRowOrBuilder |
getRowOrBuilder(int index)
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
|
java.util.List<? extends MysqlxCrud.Insert.TypedRowOrBuilder> |
getRowOrBuilderList()
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
|
boolean |
getUpsert()
true if this should be treated as an Upsert
(that is, update on duplicate key)
|
boolean |
hasCollection()
collection to insert into
|
boolean |
hasDataModel()
data model that the operations refer to
|
boolean |
hasUpsert()
true if this should be treated as an Upsert
(that is, update on duplicate key)
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
MysqlxCrud.Insert.Builder |
mergeCollection(MysqlxCrud.Collection value)
collection to insert into
|
MysqlxCrud.Insert.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MysqlxCrud.Insert.Builder |
mergeFrom(com.google.protobuf.Message other) |
MysqlxCrud.Insert.Builder |
mergeFrom(MysqlxCrud.Insert other) |
MysqlxCrud.Insert.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MysqlxCrud.Insert.Builder |
removeArgs(int index)
values for parameters used in row expressions
|
MysqlxCrud.Insert.Builder |
removeProjection(int index)
name of the columns to insert data into
(empty if data_model is DOCUMENT)
|
MysqlxCrud.Insert.Builder |
removeRow(int index)
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
|
MysqlxCrud.Insert.Builder |
setArgs(int index,
MysqlxDatatypes.Scalar.Builder builderForValue)
values for parameters used in row expressions
|
MysqlxCrud.Insert.Builder |
setArgs(int index,
MysqlxDatatypes.Scalar value)
values for parameters used in row expressions
|
MysqlxCrud.Insert.Builder |
setCollection(MysqlxCrud.Collection.Builder builderForValue)
collection to insert into
|
MysqlxCrud.Insert.Builder |
setCollection(MysqlxCrud.Collection value)
collection to insert into
|
MysqlxCrud.Insert.Builder |
setDataModel(MysqlxCrud.DataModel value)
data model that the operations refer to
|
MysqlxCrud.Insert.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxCrud.Insert.Builder |
setProjection(int index,
MysqlxCrud.Column.Builder builderForValue)
name of the columns to insert data into
(empty if data_model is DOCUMENT)
|
MysqlxCrud.Insert.Builder |
setProjection(int index,
MysqlxCrud.Column value)
name of the columns to insert data into
(empty if data_model is DOCUMENT)
|
MysqlxCrud.Insert.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
MysqlxCrud.Insert.Builder |
setRow(int index,
MysqlxCrud.Insert.TypedRow.Builder builderForValue)
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
|
MysqlxCrud.Insert.Builder |
setRow(int index,
MysqlxCrud.Insert.TypedRow value)
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
|
MysqlxCrud.Insert.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MysqlxCrud.Insert.Builder |
setUpsert(boolean value)
true if this should be treated as an Upsert
(that is, update on duplicate key)
|
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.Insert.Builder>public MysqlxCrud.Insert.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.Insert.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.Insert.Builder>public MysqlxCrud.Insert getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic MysqlxCrud.Insert build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic MysqlxCrud.Insert buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic MysqlxCrud.Insert.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.Insert.Builder>public MysqlxCrud.Insert.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.Insert.Builder>public MysqlxCrud.Insert.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Insert.Builder>public MysqlxCrud.Insert.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Insert.Builder>public MysqlxCrud.Insert.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.Insert.Builder>public MysqlxCrud.Insert.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.Insert.Builder>public MysqlxCrud.Insert.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MysqlxCrud.Insert.Builder>public MysqlxCrud.Insert.Builder mergeFrom(MysqlxCrud.Insert other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Insert.Builder>public MysqlxCrud.Insert.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.Insert.Builder>java.io.IOExceptionpublic boolean hasCollection()
collection to insert into
required .Mysqlx.Crud.Collection collection = 1;hasCollection in interface MysqlxCrud.InsertOrBuilderpublic MysqlxCrud.Collection getCollection()
collection to insert into
required .Mysqlx.Crud.Collection collection = 1;getCollection in interface MysqlxCrud.InsertOrBuilderpublic MysqlxCrud.Insert.Builder setCollection(MysqlxCrud.Collection value)
collection to insert into
required .Mysqlx.Crud.Collection collection = 1;public MysqlxCrud.Insert.Builder setCollection(MysqlxCrud.Collection.Builder builderForValue)
collection to insert into
required .Mysqlx.Crud.Collection collection = 1;public MysqlxCrud.Insert.Builder mergeCollection(MysqlxCrud.Collection value)
collection to insert into
required .Mysqlx.Crud.Collection collection = 1;public MysqlxCrud.Insert.Builder clearCollection()
collection to insert into
required .Mysqlx.Crud.Collection collection = 1;public MysqlxCrud.Collection.Builder getCollectionBuilder()
collection to insert into
required .Mysqlx.Crud.Collection collection = 1;public MysqlxCrud.CollectionOrBuilder getCollectionOrBuilder()
collection to insert into
required .Mysqlx.Crud.Collection collection = 1;getCollectionOrBuilder in interface MysqlxCrud.InsertOrBuilderpublic boolean hasDataModel()
data model that the operations refer to
optional .Mysqlx.Crud.DataModel data_model = 2;hasDataModel in interface MysqlxCrud.InsertOrBuilderpublic MysqlxCrud.DataModel getDataModel()
data model that the operations refer to
optional .Mysqlx.Crud.DataModel data_model = 2;getDataModel in interface MysqlxCrud.InsertOrBuilderpublic MysqlxCrud.Insert.Builder setDataModel(MysqlxCrud.DataModel value)
data model that the operations refer to
optional .Mysqlx.Crud.DataModel data_model = 2;value - The dataModel to set.public MysqlxCrud.Insert.Builder clearDataModel()
data model that the operations refer to
optional .Mysqlx.Crud.DataModel data_model = 2;public java.util.List<MysqlxCrud.Column> getProjectionList()
name of the columns to insert data into (empty if data_model is DOCUMENT)
repeated .Mysqlx.Crud.Column projection = 3;getProjectionList in interface MysqlxCrud.InsertOrBuilderpublic int getProjectionCount()
name of the columns to insert data into (empty if data_model is DOCUMENT)
repeated .Mysqlx.Crud.Column projection = 3;getProjectionCount in interface MysqlxCrud.InsertOrBuilderpublic MysqlxCrud.Column getProjection(int index)
name of the columns to insert data into (empty if data_model is DOCUMENT)
repeated .Mysqlx.Crud.Column projection = 3;getProjection in interface MysqlxCrud.InsertOrBuilderpublic MysqlxCrud.Insert.Builder setProjection(int index, MysqlxCrud.Column value)
name of the columns to insert data into (empty if data_model is DOCUMENT)
repeated .Mysqlx.Crud.Column projection = 3;public MysqlxCrud.Insert.Builder setProjection(int index, MysqlxCrud.Column.Builder builderForValue)
name of the columns to insert data into (empty if data_model is DOCUMENT)
repeated .Mysqlx.Crud.Column projection = 3;public MysqlxCrud.Insert.Builder addProjection(MysqlxCrud.Column value)
name of the columns to insert data into (empty if data_model is DOCUMENT)
repeated .Mysqlx.Crud.Column projection = 3;public MysqlxCrud.Insert.Builder addProjection(int index, MysqlxCrud.Column value)
name of the columns to insert data into (empty if data_model is DOCUMENT)
repeated .Mysqlx.Crud.Column projection = 3;public MysqlxCrud.Insert.Builder addProjection(MysqlxCrud.Column.Builder builderForValue)
name of the columns to insert data into (empty if data_model is DOCUMENT)
repeated .Mysqlx.Crud.Column projection = 3;public MysqlxCrud.Insert.Builder addProjection(int index, MysqlxCrud.Column.Builder builderForValue)
name of the columns to insert data into (empty if data_model is DOCUMENT)
repeated .Mysqlx.Crud.Column projection = 3;public MysqlxCrud.Insert.Builder addAllProjection(java.lang.Iterable<? extends MysqlxCrud.Column> values)
name of the columns to insert data into (empty if data_model is DOCUMENT)
repeated .Mysqlx.Crud.Column projection = 3;public MysqlxCrud.Insert.Builder clearProjection()
name of the columns to insert data into (empty if data_model is DOCUMENT)
repeated .Mysqlx.Crud.Column projection = 3;public MysqlxCrud.Insert.Builder removeProjection(int index)
name of the columns to insert data into (empty if data_model is DOCUMENT)
repeated .Mysqlx.Crud.Column projection = 3;public MysqlxCrud.Column.Builder getProjectionBuilder(int index)
name of the columns to insert data into (empty if data_model is DOCUMENT)
repeated .Mysqlx.Crud.Column projection = 3;public MysqlxCrud.ColumnOrBuilder getProjectionOrBuilder(int index)
name of the columns to insert data into (empty if data_model is DOCUMENT)
repeated .Mysqlx.Crud.Column projection = 3;getProjectionOrBuilder in interface MysqlxCrud.InsertOrBuilderpublic java.util.List<? extends MysqlxCrud.ColumnOrBuilder> getProjectionOrBuilderList()
name of the columns to insert data into (empty if data_model is DOCUMENT)
repeated .Mysqlx.Crud.Column projection = 3;getProjectionOrBuilderList in interface MysqlxCrud.InsertOrBuilderpublic MysqlxCrud.Column.Builder addProjectionBuilder()
name of the columns to insert data into (empty if data_model is DOCUMENT)
repeated .Mysqlx.Crud.Column projection = 3;public MysqlxCrud.Column.Builder addProjectionBuilder(int index)
name of the columns to insert data into (empty if data_model is DOCUMENT)
repeated .Mysqlx.Crud.Column projection = 3;public java.util.List<MysqlxCrud.Column.Builder> getProjectionBuilderList()
name of the columns to insert data into (empty if data_model is DOCUMENT)
repeated .Mysqlx.Crud.Column projection = 3;public java.util.List<MysqlxCrud.Insert.TypedRow> getRowList()
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;getRowList in interface MysqlxCrud.InsertOrBuilderpublic int getRowCount()
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;getRowCount in interface MysqlxCrud.InsertOrBuilderpublic MysqlxCrud.Insert.TypedRow getRow(int index)
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;getRow in interface MysqlxCrud.InsertOrBuilderpublic MysqlxCrud.Insert.Builder setRow(int index, MysqlxCrud.Insert.TypedRow value)
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;public MysqlxCrud.Insert.Builder setRow(int index, MysqlxCrud.Insert.TypedRow.Builder builderForValue)
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;public MysqlxCrud.Insert.Builder addRow(MysqlxCrud.Insert.TypedRow value)
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;public MysqlxCrud.Insert.Builder addRow(int index, MysqlxCrud.Insert.TypedRow value)
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;public MysqlxCrud.Insert.Builder addRow(MysqlxCrud.Insert.TypedRow.Builder builderForValue)
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;public MysqlxCrud.Insert.Builder addRow(int index, MysqlxCrud.Insert.TypedRow.Builder builderForValue)
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;public MysqlxCrud.Insert.Builder addAllRow(java.lang.Iterable<? extends MysqlxCrud.Insert.TypedRow> values)
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;public MysqlxCrud.Insert.Builder clearRow()
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;public MysqlxCrud.Insert.Builder removeRow(int index)
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;public MysqlxCrud.Insert.TypedRow.Builder getRowBuilder(int index)
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;public MysqlxCrud.Insert.TypedRowOrBuilder getRowOrBuilder(int index)
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;getRowOrBuilder in interface MysqlxCrud.InsertOrBuilderpublic java.util.List<? extends MysqlxCrud.Insert.TypedRowOrBuilder> getRowOrBuilderList()
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;getRowOrBuilderList in interface MysqlxCrud.InsertOrBuilderpublic MysqlxCrud.Insert.TypedRow.Builder addRowBuilder()
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;public MysqlxCrud.Insert.TypedRow.Builder addRowBuilder(int index)
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;public java.util.List<MysqlxCrud.Insert.TypedRow.Builder> getRowBuilderList()
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;public java.util.List<MysqlxDatatypes.Scalar> getArgsList()
values for parameters used in row expressions
repeated .Mysqlx.Datatypes.Scalar args = 5;getArgsList in interface MysqlxCrud.InsertOrBuilderpublic int getArgsCount()
values for parameters used in row expressions
repeated .Mysqlx.Datatypes.Scalar args = 5;getArgsCount in interface MysqlxCrud.InsertOrBuilderpublic MysqlxDatatypes.Scalar getArgs(int index)
values for parameters used in row expressions
repeated .Mysqlx.Datatypes.Scalar args = 5;getArgs in interface MysqlxCrud.InsertOrBuilderpublic MysqlxCrud.Insert.Builder setArgs(int index, MysqlxDatatypes.Scalar value)
values for parameters used in row expressions
repeated .Mysqlx.Datatypes.Scalar args = 5;public MysqlxCrud.Insert.Builder setArgs(int index, MysqlxDatatypes.Scalar.Builder builderForValue)
values for parameters used in row expressions
repeated .Mysqlx.Datatypes.Scalar args = 5;public MysqlxCrud.Insert.Builder addArgs(MysqlxDatatypes.Scalar value)
values for parameters used in row expressions
repeated .Mysqlx.Datatypes.Scalar args = 5;public MysqlxCrud.Insert.Builder addArgs(int index, MysqlxDatatypes.Scalar value)
values for parameters used in row expressions
repeated .Mysqlx.Datatypes.Scalar args = 5;public MysqlxCrud.Insert.Builder addArgs(MysqlxDatatypes.Scalar.Builder builderForValue)
values for parameters used in row expressions
repeated .Mysqlx.Datatypes.Scalar args = 5;public MysqlxCrud.Insert.Builder addArgs(int index, MysqlxDatatypes.Scalar.Builder builderForValue)
values for parameters used in row expressions
repeated .Mysqlx.Datatypes.Scalar args = 5;public MysqlxCrud.Insert.Builder addAllArgs(java.lang.Iterable<? extends MysqlxDatatypes.Scalar> values)
values for parameters used in row expressions
repeated .Mysqlx.Datatypes.Scalar args = 5;public MysqlxCrud.Insert.Builder clearArgs()
values for parameters used in row expressions
repeated .Mysqlx.Datatypes.Scalar args = 5;public MysqlxCrud.Insert.Builder removeArgs(int index)
values for parameters used in row expressions
repeated .Mysqlx.Datatypes.Scalar args = 5;public MysqlxDatatypes.Scalar.Builder getArgsBuilder(int index)
values for parameters used in row expressions
repeated .Mysqlx.Datatypes.Scalar args = 5;public MysqlxDatatypes.ScalarOrBuilder getArgsOrBuilder(int index)
values for parameters used in row expressions
repeated .Mysqlx.Datatypes.Scalar args = 5;getArgsOrBuilder in interface MysqlxCrud.InsertOrBuilderpublic java.util.List<? extends MysqlxDatatypes.ScalarOrBuilder> getArgsOrBuilderList()
values for parameters used in row expressions
repeated .Mysqlx.Datatypes.Scalar args = 5;getArgsOrBuilderList in interface MysqlxCrud.InsertOrBuilderpublic MysqlxDatatypes.Scalar.Builder addArgsBuilder()
values for parameters used in row expressions
repeated .Mysqlx.Datatypes.Scalar args = 5;public MysqlxDatatypes.Scalar.Builder addArgsBuilder(int index)
values for parameters used in row expressions
repeated .Mysqlx.Datatypes.Scalar args = 5;public java.util.List<MysqlxDatatypes.Scalar.Builder> getArgsBuilderList()
values for parameters used in row expressions
repeated .Mysqlx.Datatypes.Scalar args = 5;public boolean hasUpsert()
true if this should be treated as an Upsert (that is, update on duplicate key)
optional bool upsert = 6 [default = false];hasUpsert in interface MysqlxCrud.InsertOrBuilderpublic boolean getUpsert()
true if this should be treated as an Upsert (that is, update on duplicate key)
optional bool upsert = 6 [default = false];getUpsert in interface MysqlxCrud.InsertOrBuilderpublic MysqlxCrud.Insert.Builder setUpsert(boolean value)
true if this should be treated as an Upsert (that is, update on duplicate key)
optional bool upsert = 6 [default = false];value - The upsert to set.public MysqlxCrud.Insert.Builder clearUpsert()
true if this should be treated as an Upsert (that is, update on duplicate key)
optional bool upsert = 6 [default = false];public final MysqlxCrud.Insert.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Insert.Builder>public final MysqlxCrud.Insert.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Insert.Builder>