public static final class MysqlxCrud.Find.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Find.Builder> implements MysqlxCrud.FindOrBuilder
Find Documents/Rows in a Collection/Table @startuml client -> server: Find ... one or more Resultset ... @enduml @returns @ref Mysqlx::ResultsetProtobuf type
Mysqlx.Crud.Find| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.Find.Builder |
addAllArgs(java.lang.Iterable<? extends MysqlxDatatypes.Scalar> values)
values for parameters used in filter expression
|
MysqlxCrud.Find.Builder |
addAllGrouping(java.lang.Iterable<? extends MysqlxExpr.Expr> values)
column expression list for aggregation (GROUP BY)
|
MysqlxCrud.Find.Builder |
addAllOrder(java.lang.Iterable<? extends MysqlxCrud.Order> values)
sort-order in which the rows/document shall be returned in
|
MysqlxCrud.Find.Builder |
addAllProjection(java.lang.Iterable<? extends MysqlxCrud.Projection> values)
list of column projections that shall be returned
|
MysqlxCrud.Find.Builder |
addArgs(int index,
MysqlxDatatypes.Scalar.Builder builderForValue)
values for parameters used in filter expression
|
MysqlxCrud.Find.Builder |
addArgs(int index,
MysqlxDatatypes.Scalar value)
values for parameters used in filter expression
|
MysqlxCrud.Find.Builder |
addArgs(MysqlxDatatypes.Scalar.Builder builderForValue)
values for parameters used in filter expression
|
MysqlxCrud.Find.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.Find.Builder |
addGrouping(int index,
MysqlxExpr.Expr.Builder builderForValue)
column expression list for aggregation (GROUP BY)
|
MysqlxCrud.Find.Builder |
addGrouping(int index,
MysqlxExpr.Expr value)
column expression list for aggregation (GROUP BY)
|
MysqlxCrud.Find.Builder |
addGrouping(MysqlxExpr.Expr.Builder builderForValue)
column expression list for aggregation (GROUP BY)
|
MysqlxCrud.Find.Builder |
addGrouping(MysqlxExpr.Expr value)
column expression list for aggregation (GROUP BY)
|
MysqlxExpr.Expr.Builder |
addGroupingBuilder()
column expression list for aggregation (GROUP BY)
|
MysqlxExpr.Expr.Builder |
addGroupingBuilder(int index)
column expression list for aggregation (GROUP BY)
|
MysqlxCrud.Find.Builder |
addOrder(int index,
MysqlxCrud.Order.Builder builderForValue)
sort-order in which the rows/document shall be returned in
|
MysqlxCrud.Find.Builder |
addOrder(int index,
MysqlxCrud.Order value)
sort-order in which the rows/document shall be returned in
|
MysqlxCrud.Find.Builder |
addOrder(MysqlxCrud.Order.Builder builderForValue)
sort-order in which the rows/document shall be returned in
|
MysqlxCrud.Find.Builder |
addOrder(MysqlxCrud.Order value)
sort-order in which the rows/document shall be returned in
|
MysqlxCrud.Order.Builder |
addOrderBuilder()
sort-order in which the rows/document shall be returned in
|
MysqlxCrud.Order.Builder |
addOrderBuilder(int index)
sort-order in which the rows/document shall be returned in
|
MysqlxCrud.Find.Builder |
addProjection(int index,
MysqlxCrud.Projection.Builder builderForValue)
list of column projections that shall be returned
|
MysqlxCrud.Find.Builder |
addProjection(int index,
MysqlxCrud.Projection value)
list of column projections that shall be returned
|
MysqlxCrud.Find.Builder |
addProjection(MysqlxCrud.Projection.Builder builderForValue)
list of column projections that shall be returned
|
MysqlxCrud.Find.Builder |
addProjection(MysqlxCrud.Projection value)
list of column projections that shall be returned
|
MysqlxCrud.Projection.Builder |
addProjectionBuilder()
list of column projections that shall be returned
|
MysqlxCrud.Projection.Builder |
addProjectionBuilder(int index)
list of column projections that shall be returned
|
MysqlxCrud.Find.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxCrud.Find |
build() |
MysqlxCrud.Find |
buildPartial() |
MysqlxCrud.Find.Builder |
clear() |
MysqlxCrud.Find.Builder |
clearArgs()
values for parameters used in filter expression
|
MysqlxCrud.Find.Builder |
clearCollection()
collection in which to find
|
MysqlxCrud.Find.Builder |
clearCriteria()
filter criteria
|
MysqlxCrud.Find.Builder |
clearDataModel()
data model that the operations refer to
|
MysqlxCrud.Find.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MysqlxCrud.Find.Builder |
clearGrouping()
column expression list for aggregation (GROUP BY)
|
MysqlxCrud.Find.Builder |
clearGroupingCriteria()
filter criteria for aggregated groups
|
MysqlxCrud.Find.Builder |
clearLimit()
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
|
MysqlxCrud.Find.Builder |
clearLimitExpr()
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
|
MysqlxCrud.Find.Builder |
clearLocking()
perform row locking on matches
|
MysqlxCrud.Find.Builder |
clearLockingOptions()
additional options how to handle locked rows
|
MysqlxCrud.Find.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MysqlxCrud.Find.Builder |
clearOrder()
sort-order in which the rows/document shall be returned in
|
MysqlxCrud.Find.Builder |
clearProjection()
list of column projections that shall be returned
|
MysqlxCrud.Find.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 in which to find
|
MysqlxCrud.Collection.Builder |
getCollectionBuilder()
collection in which to find
|
MysqlxCrud.CollectionOrBuilder |
getCollectionOrBuilder()
collection in which to find
|
MysqlxExpr.Expr |
getCriteria()
filter criteria
|
MysqlxExpr.Expr.Builder |
getCriteriaBuilder()
filter criteria
|
MysqlxExpr.ExprOrBuilder |
getCriteriaOrBuilder()
filter criteria
|
MysqlxCrud.DataModel |
getDataModel()
data model that the operations refer to
|
MysqlxCrud.Find |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
MysqlxExpr.Expr |
getGrouping(int index)
column expression list for aggregation (GROUP BY)
|
MysqlxExpr.Expr.Builder |
getGroupingBuilder(int index)
column expression list for aggregation (GROUP BY)
|
java.util.List<MysqlxExpr.Expr.Builder> |
getGroupingBuilderList()
column expression list for aggregation (GROUP BY)
|
int |
getGroupingCount()
column expression list for aggregation (GROUP BY)
|
MysqlxExpr.Expr |
getGroupingCriteria()
filter criteria for aggregated groups
|
MysqlxExpr.Expr.Builder |
getGroupingCriteriaBuilder()
filter criteria for aggregated groups
|
MysqlxExpr.ExprOrBuilder |
getGroupingCriteriaOrBuilder()
filter criteria for aggregated groups
|
java.util.List<MysqlxExpr.Expr> |
getGroupingList()
column expression list for aggregation (GROUP BY)
|
MysqlxExpr.ExprOrBuilder |
getGroupingOrBuilder(int index)
column expression list for aggregation (GROUP BY)
|
java.util.List<? extends MysqlxExpr.ExprOrBuilder> |
getGroupingOrBuilderList()
column expression list for aggregation (GROUP BY)
|
MysqlxCrud.Limit |
getLimit()
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
|
MysqlxCrud.Limit.Builder |
getLimitBuilder()
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
|
MysqlxCrud.LimitExpr |
getLimitExpr()
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
|
MysqlxCrud.LimitExpr.Builder |
getLimitExprBuilder()
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
|
MysqlxCrud.LimitExprOrBuilder |
getLimitExprOrBuilder()
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
|
MysqlxCrud.LimitOrBuilder |
getLimitOrBuilder()
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
|
MysqlxCrud.Find.RowLock |
getLocking()
perform row locking on matches
|
MysqlxCrud.Find.RowLockOptions |
getLockingOptions()
additional options how to handle locked rows
|
MysqlxCrud.Order |
getOrder(int index)
sort-order in which the rows/document shall be returned in
|
MysqlxCrud.Order.Builder |
getOrderBuilder(int index)
sort-order in which the rows/document shall be returned in
|
java.util.List<MysqlxCrud.Order.Builder> |
getOrderBuilderList()
sort-order in which the rows/document shall be returned in
|
int |
getOrderCount()
sort-order in which the rows/document shall be returned in
|
java.util.List<MysqlxCrud.Order> |
getOrderList()
sort-order in which the rows/document shall be returned in
|
MysqlxCrud.OrderOrBuilder |
getOrderOrBuilder(int index)
sort-order in which the rows/document shall be returned in
|
java.util.List<? extends MysqlxCrud.OrderOrBuilder> |
getOrderOrBuilderList()
sort-order in which the rows/document shall be returned in
|
MysqlxCrud.Projection |
getProjection(int index)
list of column projections that shall be returned
|
MysqlxCrud.Projection.Builder |
getProjectionBuilder(int index)
list of column projections that shall be returned
|
java.util.List<MysqlxCrud.Projection.Builder> |
getProjectionBuilderList()
list of column projections that shall be returned
|
int |
getProjectionCount()
list of column projections that shall be returned
|
java.util.List<MysqlxCrud.Projection> |
getProjectionList()
list of column projections that shall be returned
|
MysqlxCrud.ProjectionOrBuilder |
getProjectionOrBuilder(int index)
list of column projections that shall be returned
|
java.util.List<? extends MysqlxCrud.ProjectionOrBuilder> |
getProjectionOrBuilderList()
list of column projections that shall be returned
|
boolean |
hasCollection()
collection in which to find
|
boolean |
hasCriteria()
filter criteria
|
boolean |
hasDataModel()
data model that the operations refer to
|
boolean |
hasGroupingCriteria()
filter criteria for aggregated groups
|
boolean |
hasLimit()
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
|
boolean |
hasLimitExpr()
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
|
boolean |
hasLocking()
perform row locking on matches
|
boolean |
hasLockingOptions()
additional options how to handle locked rows
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
MysqlxCrud.Find.Builder |
mergeCollection(MysqlxCrud.Collection value)
collection in which to find
|
MysqlxCrud.Find.Builder |
mergeCriteria(MysqlxExpr.Expr value)
filter criteria
|
MysqlxCrud.Find.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MysqlxCrud.Find.Builder |
mergeFrom(com.google.protobuf.Message other) |
MysqlxCrud.Find.Builder |
mergeFrom(MysqlxCrud.Find other) |
MysqlxCrud.Find.Builder |
mergeGroupingCriteria(MysqlxExpr.Expr value)
filter criteria for aggregated groups
|
MysqlxCrud.Find.Builder |
mergeLimit(MysqlxCrud.Limit value)
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
|
MysqlxCrud.Find.Builder |
mergeLimitExpr(MysqlxCrud.LimitExpr value)
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
|
MysqlxCrud.Find.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MysqlxCrud.Find.Builder |
removeArgs(int index)
values for parameters used in filter expression
|
MysqlxCrud.Find.Builder |
removeGrouping(int index)
column expression list for aggregation (GROUP BY)
|
MysqlxCrud.Find.Builder |
removeOrder(int index)
sort-order in which the rows/document shall be returned in
|
MysqlxCrud.Find.Builder |
removeProjection(int index)
list of column projections that shall be returned
|
MysqlxCrud.Find.Builder |
setArgs(int index,
MysqlxDatatypes.Scalar.Builder builderForValue)
values for parameters used in filter expression
|
MysqlxCrud.Find.Builder |
setArgs(int index,
MysqlxDatatypes.Scalar value)
values for parameters used in filter expression
|
MysqlxCrud.Find.Builder |
setCollection(MysqlxCrud.Collection.Builder builderForValue)
collection in which to find
|
MysqlxCrud.Find.Builder |
setCollection(MysqlxCrud.Collection value)
collection in which to find
|
MysqlxCrud.Find.Builder |
setCriteria(MysqlxExpr.Expr.Builder builderForValue)
filter criteria
|
MysqlxCrud.Find.Builder |
setCriteria(MysqlxExpr.Expr value)
filter criteria
|
MysqlxCrud.Find.Builder |
setDataModel(MysqlxCrud.DataModel value)
data model that the operations refer to
|
MysqlxCrud.Find.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxCrud.Find.Builder |
setGrouping(int index,
MysqlxExpr.Expr.Builder builderForValue)
column expression list for aggregation (GROUP BY)
|
MysqlxCrud.Find.Builder |
setGrouping(int index,
MysqlxExpr.Expr value)
column expression list for aggregation (GROUP BY)
|
MysqlxCrud.Find.Builder |
setGroupingCriteria(MysqlxExpr.Expr.Builder builderForValue)
filter criteria for aggregated groups
|
MysqlxCrud.Find.Builder |
setGroupingCriteria(MysqlxExpr.Expr value)
filter criteria for aggregated groups
|
MysqlxCrud.Find.Builder |
setLimit(MysqlxCrud.Limit.Builder builderForValue)
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
|
MysqlxCrud.Find.Builder |
setLimit(MysqlxCrud.Limit value)
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
|
MysqlxCrud.Find.Builder |
setLimitExpr(MysqlxCrud.LimitExpr.Builder builderForValue)
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
|
MysqlxCrud.Find.Builder |
setLimitExpr(MysqlxCrud.LimitExpr value)
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
|
MysqlxCrud.Find.Builder |
setLocking(MysqlxCrud.Find.RowLock value)
perform row locking on matches
|
MysqlxCrud.Find.Builder |
setLockingOptions(MysqlxCrud.Find.RowLockOptions value)
additional options how to handle locked rows
|
MysqlxCrud.Find.Builder |
setOrder(int index,
MysqlxCrud.Order.Builder builderForValue)
sort-order in which the rows/document shall be returned in
|
MysqlxCrud.Find.Builder |
setOrder(int index,
MysqlxCrud.Order value)
sort-order in which the rows/document shall be returned in
|
MysqlxCrud.Find.Builder |
setProjection(int index,
MysqlxCrud.Projection.Builder builderForValue)
list of column projections that shall be returned
|
MysqlxCrud.Find.Builder |
setProjection(int index,
MysqlxCrud.Projection value)
list of column projections that shall be returned
|
MysqlxCrud.Find.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
MysqlxCrud.Find.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.Find.Builder>public MysqlxCrud.Find.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.Find.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.Find.Builder>public MysqlxCrud.Find getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic MysqlxCrud.Find build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic MysqlxCrud.Find buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic MysqlxCrud.Find.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.Find.Builder>public MysqlxCrud.Find.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.Find.Builder>public MysqlxCrud.Find.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Find.Builder>public MysqlxCrud.Find.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Find.Builder>public MysqlxCrud.Find.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.Find.Builder>public MysqlxCrud.Find.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.Find.Builder>public MysqlxCrud.Find.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MysqlxCrud.Find.Builder>public MysqlxCrud.Find.Builder mergeFrom(MysqlxCrud.Find other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Find.Builder>public MysqlxCrud.Find.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.Find.Builder>java.io.IOExceptionpublic boolean hasCollection()
collection in which to find
required .Mysqlx.Crud.Collection collection = 2;hasCollection in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Collection getCollection()
collection in which to find
required .Mysqlx.Crud.Collection collection = 2;getCollection in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Find.Builder setCollection(MysqlxCrud.Collection value)
collection in which to find
required .Mysqlx.Crud.Collection collection = 2;public MysqlxCrud.Find.Builder setCollection(MysqlxCrud.Collection.Builder builderForValue)
collection in which to find
required .Mysqlx.Crud.Collection collection = 2;public MysqlxCrud.Find.Builder mergeCollection(MysqlxCrud.Collection value)
collection in which to find
required .Mysqlx.Crud.Collection collection = 2;public MysqlxCrud.Find.Builder clearCollection()
collection in which to find
required .Mysqlx.Crud.Collection collection = 2;public MysqlxCrud.Collection.Builder getCollectionBuilder()
collection in which to find
required .Mysqlx.Crud.Collection collection = 2;public MysqlxCrud.CollectionOrBuilder getCollectionOrBuilder()
collection in which to find
required .Mysqlx.Crud.Collection collection = 2;getCollectionOrBuilder in interface MysqlxCrud.FindOrBuilderpublic boolean hasDataModel()
data model that the operations refer to
optional .Mysqlx.Crud.DataModel data_model = 3;hasDataModel in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.DataModel getDataModel()
data model that the operations refer to
optional .Mysqlx.Crud.DataModel data_model = 3;getDataModel in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Find.Builder setDataModel(MysqlxCrud.DataModel value)
data model that the operations refer to
optional .Mysqlx.Crud.DataModel data_model = 3;value - The dataModel to set.public MysqlxCrud.Find.Builder clearDataModel()
data model that the operations refer to
optional .Mysqlx.Crud.DataModel data_model = 3;public java.util.List<MysqlxCrud.Projection> getProjectionList()
list of column projections that shall be returned
repeated .Mysqlx.Crud.Projection projection = 4;getProjectionList in interface MysqlxCrud.FindOrBuilderpublic int getProjectionCount()
list of column projections that shall be returned
repeated .Mysqlx.Crud.Projection projection = 4;getProjectionCount in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Projection getProjection(int index)
list of column projections that shall be returned
repeated .Mysqlx.Crud.Projection projection = 4;getProjection in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Find.Builder setProjection(int index, MysqlxCrud.Projection value)
list of column projections that shall be returned
repeated .Mysqlx.Crud.Projection projection = 4;public MysqlxCrud.Find.Builder setProjection(int index, MysqlxCrud.Projection.Builder builderForValue)
list of column projections that shall be returned
repeated .Mysqlx.Crud.Projection projection = 4;public MysqlxCrud.Find.Builder addProjection(MysqlxCrud.Projection value)
list of column projections that shall be returned
repeated .Mysqlx.Crud.Projection projection = 4;public MysqlxCrud.Find.Builder addProjection(int index, MysqlxCrud.Projection value)
list of column projections that shall be returned
repeated .Mysqlx.Crud.Projection projection = 4;public MysqlxCrud.Find.Builder addProjection(MysqlxCrud.Projection.Builder builderForValue)
list of column projections that shall be returned
repeated .Mysqlx.Crud.Projection projection = 4;public MysqlxCrud.Find.Builder addProjection(int index, MysqlxCrud.Projection.Builder builderForValue)
list of column projections that shall be returned
repeated .Mysqlx.Crud.Projection projection = 4;public MysqlxCrud.Find.Builder addAllProjection(java.lang.Iterable<? extends MysqlxCrud.Projection> values)
list of column projections that shall be returned
repeated .Mysqlx.Crud.Projection projection = 4;public MysqlxCrud.Find.Builder clearProjection()
list of column projections that shall be returned
repeated .Mysqlx.Crud.Projection projection = 4;public MysqlxCrud.Find.Builder removeProjection(int index)
list of column projections that shall be returned
repeated .Mysqlx.Crud.Projection projection = 4;public MysqlxCrud.Projection.Builder getProjectionBuilder(int index)
list of column projections that shall be returned
repeated .Mysqlx.Crud.Projection projection = 4;public MysqlxCrud.ProjectionOrBuilder getProjectionOrBuilder(int index)
list of column projections that shall be returned
repeated .Mysqlx.Crud.Projection projection = 4;getProjectionOrBuilder in interface MysqlxCrud.FindOrBuilderpublic java.util.List<? extends MysqlxCrud.ProjectionOrBuilder> getProjectionOrBuilderList()
list of column projections that shall be returned
repeated .Mysqlx.Crud.Projection projection = 4;getProjectionOrBuilderList in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Projection.Builder addProjectionBuilder()
list of column projections that shall be returned
repeated .Mysqlx.Crud.Projection projection = 4;public MysqlxCrud.Projection.Builder addProjectionBuilder(int index)
list of column projections that shall be returned
repeated .Mysqlx.Crud.Projection projection = 4;public java.util.List<MysqlxCrud.Projection.Builder> getProjectionBuilderList()
list of column projections that shall be returned
repeated .Mysqlx.Crud.Projection projection = 4;public java.util.List<MysqlxDatatypes.Scalar> getArgsList()
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 11;getArgsList in interface MysqlxCrud.FindOrBuilderpublic int getArgsCount()
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 11;getArgsCount in interface MysqlxCrud.FindOrBuilderpublic MysqlxDatatypes.Scalar getArgs(int index)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 11;getArgs in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Find.Builder setArgs(int index, MysqlxDatatypes.Scalar value)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 11;public MysqlxCrud.Find.Builder setArgs(int index, MysqlxDatatypes.Scalar.Builder builderForValue)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 11;public MysqlxCrud.Find.Builder addArgs(MysqlxDatatypes.Scalar value)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 11;public MysqlxCrud.Find.Builder addArgs(int index, MysqlxDatatypes.Scalar value)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 11;public MysqlxCrud.Find.Builder addArgs(MysqlxDatatypes.Scalar.Builder builderForValue)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 11;public MysqlxCrud.Find.Builder addArgs(int index, MysqlxDatatypes.Scalar.Builder builderForValue)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 11;public MysqlxCrud.Find.Builder addAllArgs(java.lang.Iterable<? extends MysqlxDatatypes.Scalar> values)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 11;public MysqlxCrud.Find.Builder clearArgs()
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 11;public MysqlxCrud.Find.Builder removeArgs(int index)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 11;public MysqlxDatatypes.Scalar.Builder getArgsBuilder(int index)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 11;public MysqlxDatatypes.ScalarOrBuilder getArgsOrBuilder(int index)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 11;getArgsOrBuilder in interface MysqlxCrud.FindOrBuilderpublic java.util.List<? extends MysqlxDatatypes.ScalarOrBuilder> getArgsOrBuilderList()
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 11;getArgsOrBuilderList in interface MysqlxCrud.FindOrBuilderpublic MysqlxDatatypes.Scalar.Builder addArgsBuilder()
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 11;public MysqlxDatatypes.Scalar.Builder addArgsBuilder(int index)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 11;public java.util.List<MysqlxDatatypes.Scalar.Builder> getArgsBuilderList()
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 11;public boolean hasCriteria()
filter criteria
optional .Mysqlx.Expr.Expr criteria = 5;hasCriteria in interface MysqlxCrud.FindOrBuilderpublic MysqlxExpr.Expr getCriteria()
filter criteria
optional .Mysqlx.Expr.Expr criteria = 5;getCriteria in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Find.Builder setCriteria(MysqlxExpr.Expr value)
filter criteria
optional .Mysqlx.Expr.Expr criteria = 5;public MysqlxCrud.Find.Builder setCriteria(MysqlxExpr.Expr.Builder builderForValue)
filter criteria
optional .Mysqlx.Expr.Expr criteria = 5;public MysqlxCrud.Find.Builder mergeCriteria(MysqlxExpr.Expr value)
filter criteria
optional .Mysqlx.Expr.Expr criteria = 5;public MysqlxCrud.Find.Builder clearCriteria()
filter criteria
optional .Mysqlx.Expr.Expr criteria = 5;public MysqlxExpr.Expr.Builder getCriteriaBuilder()
filter criteria
optional .Mysqlx.Expr.Expr criteria = 5;public MysqlxExpr.ExprOrBuilder getCriteriaOrBuilder()
filter criteria
optional .Mysqlx.Expr.Expr criteria = 5;getCriteriaOrBuilder in interface MysqlxCrud.FindOrBuilderpublic boolean hasLimit()
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.Limit limit = 6;hasLimit in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Limit getLimit()
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.Limit limit = 6;getLimit in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Find.Builder setLimit(MysqlxCrud.Limit value)
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.Limit limit = 6;public MysqlxCrud.Find.Builder setLimit(MysqlxCrud.Limit.Builder builderForValue)
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.Limit limit = 6;public MysqlxCrud.Find.Builder mergeLimit(MysqlxCrud.Limit value)
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.Limit limit = 6;public MysqlxCrud.Find.Builder clearLimit()
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.Limit limit = 6;public MysqlxCrud.Limit.Builder getLimitBuilder()
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.Limit limit = 6;public MysqlxCrud.LimitOrBuilder getLimitOrBuilder()
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.Limit limit = 6;getLimitOrBuilder in interface MysqlxCrud.FindOrBuilderpublic java.util.List<MysqlxCrud.Order> getOrderList()
sort-order in which the rows/document shall be returned in
repeated .Mysqlx.Crud.Order order = 7;getOrderList in interface MysqlxCrud.FindOrBuilderpublic int getOrderCount()
sort-order in which the rows/document shall be returned in
repeated .Mysqlx.Crud.Order order = 7;getOrderCount in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Order getOrder(int index)
sort-order in which the rows/document shall be returned in
repeated .Mysqlx.Crud.Order order = 7;getOrder in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Find.Builder setOrder(int index, MysqlxCrud.Order value)
sort-order in which the rows/document shall be returned in
repeated .Mysqlx.Crud.Order order = 7;public MysqlxCrud.Find.Builder setOrder(int index, MysqlxCrud.Order.Builder builderForValue)
sort-order in which the rows/document shall be returned in
repeated .Mysqlx.Crud.Order order = 7;public MysqlxCrud.Find.Builder addOrder(MysqlxCrud.Order value)
sort-order in which the rows/document shall be returned in
repeated .Mysqlx.Crud.Order order = 7;public MysqlxCrud.Find.Builder addOrder(int index, MysqlxCrud.Order value)
sort-order in which the rows/document shall be returned in
repeated .Mysqlx.Crud.Order order = 7;public MysqlxCrud.Find.Builder addOrder(MysqlxCrud.Order.Builder builderForValue)
sort-order in which the rows/document shall be returned in
repeated .Mysqlx.Crud.Order order = 7;public MysqlxCrud.Find.Builder addOrder(int index, MysqlxCrud.Order.Builder builderForValue)
sort-order in which the rows/document shall be returned in
repeated .Mysqlx.Crud.Order order = 7;public MysqlxCrud.Find.Builder addAllOrder(java.lang.Iterable<? extends MysqlxCrud.Order> values)
sort-order in which the rows/document shall be returned in
repeated .Mysqlx.Crud.Order order = 7;public MysqlxCrud.Find.Builder clearOrder()
sort-order in which the rows/document shall be returned in
repeated .Mysqlx.Crud.Order order = 7;public MysqlxCrud.Find.Builder removeOrder(int index)
sort-order in which the rows/document shall be returned in
repeated .Mysqlx.Crud.Order order = 7;public MysqlxCrud.Order.Builder getOrderBuilder(int index)
sort-order in which the rows/document shall be returned in
repeated .Mysqlx.Crud.Order order = 7;public MysqlxCrud.OrderOrBuilder getOrderOrBuilder(int index)
sort-order in which the rows/document shall be returned in
repeated .Mysqlx.Crud.Order order = 7;getOrderOrBuilder in interface MysqlxCrud.FindOrBuilderpublic java.util.List<? extends MysqlxCrud.OrderOrBuilder> getOrderOrBuilderList()
sort-order in which the rows/document shall be returned in
repeated .Mysqlx.Crud.Order order = 7;getOrderOrBuilderList in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Order.Builder addOrderBuilder()
sort-order in which the rows/document shall be returned in
repeated .Mysqlx.Crud.Order order = 7;public MysqlxCrud.Order.Builder addOrderBuilder(int index)
sort-order in which the rows/document shall be returned in
repeated .Mysqlx.Crud.Order order = 7;public java.util.List<MysqlxCrud.Order.Builder> getOrderBuilderList()
sort-order in which the rows/document shall be returned in
repeated .Mysqlx.Crud.Order order = 7;public java.util.List<MysqlxExpr.Expr> getGroupingList()
column expression list for aggregation (GROUP BY)
repeated .Mysqlx.Expr.Expr grouping = 8;getGroupingList in interface MysqlxCrud.FindOrBuilderpublic int getGroupingCount()
column expression list for aggregation (GROUP BY)
repeated .Mysqlx.Expr.Expr grouping = 8;getGroupingCount in interface MysqlxCrud.FindOrBuilderpublic MysqlxExpr.Expr getGrouping(int index)
column expression list for aggregation (GROUP BY)
repeated .Mysqlx.Expr.Expr grouping = 8;getGrouping in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Find.Builder setGrouping(int index, MysqlxExpr.Expr value)
column expression list for aggregation (GROUP BY)
repeated .Mysqlx.Expr.Expr grouping = 8;public MysqlxCrud.Find.Builder setGrouping(int index, MysqlxExpr.Expr.Builder builderForValue)
column expression list for aggregation (GROUP BY)
repeated .Mysqlx.Expr.Expr grouping = 8;public MysqlxCrud.Find.Builder addGrouping(MysqlxExpr.Expr value)
column expression list for aggregation (GROUP BY)
repeated .Mysqlx.Expr.Expr grouping = 8;public MysqlxCrud.Find.Builder addGrouping(int index, MysqlxExpr.Expr value)
column expression list for aggregation (GROUP BY)
repeated .Mysqlx.Expr.Expr grouping = 8;public MysqlxCrud.Find.Builder addGrouping(MysqlxExpr.Expr.Builder builderForValue)
column expression list for aggregation (GROUP BY)
repeated .Mysqlx.Expr.Expr grouping = 8;public MysqlxCrud.Find.Builder addGrouping(int index, MysqlxExpr.Expr.Builder builderForValue)
column expression list for aggregation (GROUP BY)
repeated .Mysqlx.Expr.Expr grouping = 8;public MysqlxCrud.Find.Builder addAllGrouping(java.lang.Iterable<? extends MysqlxExpr.Expr> values)
column expression list for aggregation (GROUP BY)
repeated .Mysqlx.Expr.Expr grouping = 8;public MysqlxCrud.Find.Builder clearGrouping()
column expression list for aggregation (GROUP BY)
repeated .Mysqlx.Expr.Expr grouping = 8;public MysqlxCrud.Find.Builder removeGrouping(int index)
column expression list for aggregation (GROUP BY)
repeated .Mysqlx.Expr.Expr grouping = 8;public MysqlxExpr.Expr.Builder getGroupingBuilder(int index)
column expression list for aggregation (GROUP BY)
repeated .Mysqlx.Expr.Expr grouping = 8;public MysqlxExpr.ExprOrBuilder getGroupingOrBuilder(int index)
column expression list for aggregation (GROUP BY)
repeated .Mysqlx.Expr.Expr grouping = 8;getGroupingOrBuilder in interface MysqlxCrud.FindOrBuilderpublic java.util.List<? extends MysqlxExpr.ExprOrBuilder> getGroupingOrBuilderList()
column expression list for aggregation (GROUP BY)
repeated .Mysqlx.Expr.Expr grouping = 8;getGroupingOrBuilderList in interface MysqlxCrud.FindOrBuilderpublic MysqlxExpr.Expr.Builder addGroupingBuilder()
column expression list for aggregation (GROUP BY)
repeated .Mysqlx.Expr.Expr grouping = 8;public MysqlxExpr.Expr.Builder addGroupingBuilder(int index)
column expression list for aggregation (GROUP BY)
repeated .Mysqlx.Expr.Expr grouping = 8;public java.util.List<MysqlxExpr.Expr.Builder> getGroupingBuilderList()
column expression list for aggregation (GROUP BY)
repeated .Mysqlx.Expr.Expr grouping = 8;public boolean hasGroupingCriteria()
filter criteria for aggregated groups
optional .Mysqlx.Expr.Expr grouping_criteria = 9;hasGroupingCriteria in interface MysqlxCrud.FindOrBuilderpublic MysqlxExpr.Expr getGroupingCriteria()
filter criteria for aggregated groups
optional .Mysqlx.Expr.Expr grouping_criteria = 9;getGroupingCriteria in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Find.Builder setGroupingCriteria(MysqlxExpr.Expr value)
filter criteria for aggregated groups
optional .Mysqlx.Expr.Expr grouping_criteria = 9;public MysqlxCrud.Find.Builder setGroupingCriteria(MysqlxExpr.Expr.Builder builderForValue)
filter criteria for aggregated groups
optional .Mysqlx.Expr.Expr grouping_criteria = 9;public MysqlxCrud.Find.Builder mergeGroupingCriteria(MysqlxExpr.Expr value)
filter criteria for aggregated groups
optional .Mysqlx.Expr.Expr grouping_criteria = 9;public MysqlxCrud.Find.Builder clearGroupingCriteria()
filter criteria for aggregated groups
optional .Mysqlx.Expr.Expr grouping_criteria = 9;public MysqlxExpr.Expr.Builder getGroupingCriteriaBuilder()
filter criteria for aggregated groups
optional .Mysqlx.Expr.Expr grouping_criteria = 9;public MysqlxExpr.ExprOrBuilder getGroupingCriteriaOrBuilder()
filter criteria for aggregated groups
optional .Mysqlx.Expr.Expr grouping_criteria = 9;getGroupingCriteriaOrBuilder in interface MysqlxCrud.FindOrBuilderpublic boolean hasLocking()
perform row locking on matches
optional .Mysqlx.Crud.Find.RowLock locking = 12;hasLocking in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Find.RowLock getLocking()
perform row locking on matches
optional .Mysqlx.Crud.Find.RowLock locking = 12;getLocking in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Find.Builder setLocking(MysqlxCrud.Find.RowLock value)
perform row locking on matches
optional .Mysqlx.Crud.Find.RowLock locking = 12;value - The locking to set.public MysqlxCrud.Find.Builder clearLocking()
perform row locking on matches
optional .Mysqlx.Crud.Find.RowLock locking = 12;public boolean hasLockingOptions()
additional options how to handle locked rows
optional .Mysqlx.Crud.Find.RowLockOptions locking_options = 13;hasLockingOptions in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Find.RowLockOptions getLockingOptions()
additional options how to handle locked rows
optional .Mysqlx.Crud.Find.RowLockOptions locking_options = 13;getLockingOptions in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Find.Builder setLockingOptions(MysqlxCrud.Find.RowLockOptions value)
additional options how to handle locked rows
optional .Mysqlx.Crud.Find.RowLockOptions locking_options = 13;value - The lockingOptions to set.public MysqlxCrud.Find.Builder clearLockingOptions()
additional options how to handle locked rows
optional .Mysqlx.Crud.Find.RowLockOptions locking_options = 13;public boolean hasLimitExpr()
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;hasLimitExpr in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.LimitExpr getLimitExpr()
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;getLimitExpr in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Find.Builder setLimitExpr(MysqlxCrud.LimitExpr value)
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;public MysqlxCrud.Find.Builder setLimitExpr(MysqlxCrud.LimitExpr.Builder builderForValue)
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;public MysqlxCrud.Find.Builder mergeLimitExpr(MysqlxCrud.LimitExpr value)
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;public MysqlxCrud.Find.Builder clearLimitExpr()
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;public MysqlxCrud.LimitExpr.Builder getLimitExprBuilder()
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;public MysqlxCrud.LimitExprOrBuilder getLimitExprOrBuilder()
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;getLimitExprOrBuilder in interface MysqlxCrud.FindOrBuilderpublic final MysqlxCrud.Find.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Find.Builder>public final MysqlxCrud.Find.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Find.Builder>