public static final class MysqlxCrud.LimitExpr.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.LimitExpr.Builder> implements MysqlxCrud.LimitExprOrBuilder
LimitExpr, in comparison to Limit, is able to specify that row_count and offset are placeholders. This message support expressions of following types Expr/literal/UINT, Expr/PLACEHOLDER.Protobuf type
Mysqlx.Crud.LimitExpr| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.LimitExpr.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxCrud.LimitExpr |
build() |
MysqlxCrud.LimitExpr |
buildPartial() |
MysqlxCrud.LimitExpr.Builder |
clear() |
MysqlxCrud.LimitExpr.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MysqlxCrud.LimitExpr.Builder |
clearOffset()
maximum rows to skip before applying the row_count
|
MysqlxCrud.LimitExpr.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MysqlxCrud.LimitExpr.Builder |
clearRowCount()
maximum rows to filter
|
MysqlxCrud.LimitExpr.Builder |
clone() |
MysqlxCrud.LimitExpr |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
MysqlxExpr.Expr |
getOffset()
maximum rows to skip before applying the row_count
|
MysqlxExpr.Expr.Builder |
getOffsetBuilder()
maximum rows to skip before applying the row_count
|
MysqlxExpr.ExprOrBuilder |
getOffsetOrBuilder()
maximum rows to skip before applying the row_count
|
MysqlxExpr.Expr |
getRowCount()
maximum rows to filter
|
MysqlxExpr.Expr.Builder |
getRowCountBuilder()
maximum rows to filter
|
MysqlxExpr.ExprOrBuilder |
getRowCountOrBuilder()
maximum rows to filter
|
boolean |
hasOffset()
maximum rows to skip before applying the row_count
|
boolean |
hasRowCount()
maximum rows to filter
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
MysqlxCrud.LimitExpr.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MysqlxCrud.LimitExpr.Builder |
mergeFrom(com.google.protobuf.Message other) |
MysqlxCrud.LimitExpr.Builder |
mergeFrom(MysqlxCrud.LimitExpr other) |
MysqlxCrud.LimitExpr.Builder |
mergeOffset(MysqlxExpr.Expr value)
maximum rows to skip before applying the row_count
|
MysqlxCrud.LimitExpr.Builder |
mergeRowCount(MysqlxExpr.Expr value)
maximum rows to filter
|
MysqlxCrud.LimitExpr.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MysqlxCrud.LimitExpr.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxCrud.LimitExpr.Builder |
setOffset(MysqlxExpr.Expr.Builder builderForValue)
maximum rows to skip before applying the row_count
|
MysqlxCrud.LimitExpr.Builder |
setOffset(MysqlxExpr.Expr value)
maximum rows to skip before applying the row_count
|
MysqlxCrud.LimitExpr.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
MysqlxCrud.LimitExpr.Builder |
setRowCount(MysqlxExpr.Expr.Builder builderForValue)
maximum rows to filter
|
MysqlxCrud.LimitExpr.Builder |
setRowCount(MysqlxExpr.Expr value)
maximum rows to filter
|
MysqlxCrud.LimitExpr.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.LimitExpr.Builder>public MysqlxCrud.LimitExpr.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.LimitExpr.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.LimitExpr.Builder>public MysqlxCrud.LimitExpr getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic MysqlxCrud.LimitExpr build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic MysqlxCrud.LimitExpr buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic MysqlxCrud.LimitExpr.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.LimitExpr.Builder>public MysqlxCrud.LimitExpr.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.LimitExpr.Builder>public MysqlxCrud.LimitExpr.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.LimitExpr.Builder>public MysqlxCrud.LimitExpr.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.LimitExpr.Builder>public MysqlxCrud.LimitExpr.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.LimitExpr.Builder>public MysqlxCrud.LimitExpr.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.LimitExpr.Builder>public MysqlxCrud.LimitExpr.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MysqlxCrud.LimitExpr.Builder>public MysqlxCrud.LimitExpr.Builder mergeFrom(MysqlxCrud.LimitExpr other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.LimitExpr.Builder>public MysqlxCrud.LimitExpr.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.LimitExpr.Builder>java.io.IOExceptionpublic boolean hasRowCount()
maximum rows to filter
required .Mysqlx.Expr.Expr row_count = 1;hasRowCount in interface MysqlxCrud.LimitExprOrBuilderpublic MysqlxExpr.Expr getRowCount()
maximum rows to filter
required .Mysqlx.Expr.Expr row_count = 1;getRowCount in interface MysqlxCrud.LimitExprOrBuilderpublic MysqlxCrud.LimitExpr.Builder setRowCount(MysqlxExpr.Expr value)
maximum rows to filter
required .Mysqlx.Expr.Expr row_count = 1;public MysqlxCrud.LimitExpr.Builder setRowCount(MysqlxExpr.Expr.Builder builderForValue)
maximum rows to filter
required .Mysqlx.Expr.Expr row_count = 1;public MysqlxCrud.LimitExpr.Builder mergeRowCount(MysqlxExpr.Expr value)
maximum rows to filter
required .Mysqlx.Expr.Expr row_count = 1;public MysqlxCrud.LimitExpr.Builder clearRowCount()
maximum rows to filter
required .Mysqlx.Expr.Expr row_count = 1;public MysqlxExpr.Expr.Builder getRowCountBuilder()
maximum rows to filter
required .Mysqlx.Expr.Expr row_count = 1;public MysqlxExpr.ExprOrBuilder getRowCountOrBuilder()
maximum rows to filter
required .Mysqlx.Expr.Expr row_count = 1;getRowCountOrBuilder in interface MysqlxCrud.LimitExprOrBuilderpublic boolean hasOffset()
maximum rows to skip before applying the row_count
optional .Mysqlx.Expr.Expr offset = 2;hasOffset in interface MysqlxCrud.LimitExprOrBuilderpublic MysqlxExpr.Expr getOffset()
maximum rows to skip before applying the row_count
optional .Mysqlx.Expr.Expr offset = 2;getOffset in interface MysqlxCrud.LimitExprOrBuilderpublic MysqlxCrud.LimitExpr.Builder setOffset(MysqlxExpr.Expr value)
maximum rows to skip before applying the row_count
optional .Mysqlx.Expr.Expr offset = 2;public MysqlxCrud.LimitExpr.Builder setOffset(MysqlxExpr.Expr.Builder builderForValue)
maximum rows to skip before applying the row_count
optional .Mysqlx.Expr.Expr offset = 2;public MysqlxCrud.LimitExpr.Builder mergeOffset(MysqlxExpr.Expr value)
maximum rows to skip before applying the row_count
optional .Mysqlx.Expr.Expr offset = 2;public MysqlxCrud.LimitExpr.Builder clearOffset()
maximum rows to skip before applying the row_count
optional .Mysqlx.Expr.Expr offset = 2;public MysqlxExpr.Expr.Builder getOffsetBuilder()
maximum rows to skip before applying the row_count
optional .Mysqlx.Expr.Expr offset = 2;public MysqlxExpr.ExprOrBuilder getOffsetOrBuilder()
maximum rows to skip before applying the row_count
optional .Mysqlx.Expr.Expr offset = 2;getOffsetOrBuilder in interface MysqlxCrud.LimitExprOrBuilderpublic final MysqlxCrud.LimitExpr.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.LimitExpr.Builder>public final MysqlxCrud.LimitExpr.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.LimitExpr.Builder>