类 MysqlxCrud.LimitExpr.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.LimitExpr.Builder>
-
- com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- 所有已实现的接口:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,MysqlxCrud.LimitExprOrBuilder,Cloneable
- 封闭类:
- MysqlxCrud.LimitExpr
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 typeMysqlx.Crud.LimitExpr
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 MysqlxCrud.LimitExpr.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)MysqlxCrud.LimitExprbuild()MysqlxCrud.LimitExprbuildPartial()MysqlxCrud.LimitExpr.Builderclear()MysqlxCrud.LimitExpr.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)MysqlxCrud.LimitExpr.BuilderclearOffset()maximum rows to skip before applying the row_countMysqlxCrud.LimitExpr.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)MysqlxCrud.LimitExpr.BuilderclearRowCount()maximum rows to filterMysqlxCrud.LimitExpr.Builderclone()MysqlxCrud.LimitExprgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()MysqlxExpr.ExprgetOffset()maximum rows to skip before applying the row_countMysqlxExpr.Expr.BuildergetOffsetBuilder()maximum rows to skip before applying the row_countMysqlxExpr.ExprOrBuildergetOffsetOrBuilder()maximum rows to skip before applying the row_countMysqlxExpr.ExprgetRowCount()maximum rows to filterMysqlxExpr.Expr.BuildergetRowCountBuilder()maximum rows to filterMysqlxExpr.ExprOrBuildergetRowCountOrBuilder()maximum rows to filterbooleanhasOffset()maximum rows to skip before applying the row_countbooleanhasRowCount()maximum rows to filterprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()MysqlxCrud.LimitExpr.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)MysqlxCrud.LimitExpr.BuildermergeFrom(com.google.protobuf.Message other)MysqlxCrud.LimitExpr.BuildermergeFrom(MysqlxCrud.LimitExpr other)MysqlxCrud.LimitExpr.BuildermergeOffset(MysqlxExpr.Expr value)maximum rows to skip before applying the row_countMysqlxCrud.LimitExpr.BuildermergeRowCount(MysqlxExpr.Expr value)maximum rows to filterMysqlxCrud.LimitExpr.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)MysqlxCrud.LimitExpr.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)MysqlxCrud.LimitExpr.BuildersetOffset(MysqlxExpr.Expr value)maximum rows to skip before applying the row_countMysqlxCrud.LimitExpr.BuildersetOffset(MysqlxExpr.Expr.Builder builderForValue)maximum rows to skip before applying the row_countMysqlxCrud.LimitExpr.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)MysqlxCrud.LimitExpr.BuildersetRowCount(MysqlxExpr.Expr value)maximum rows to filterMysqlxCrud.LimitExpr.BuildersetRowCount(MysqlxExpr.Expr.Builder builderForValue)maximum rows to filterMysqlxCrud.LimitExpr.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
从类继承的方法 com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
从类继承的方法 com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
-
-
-
方法详细资料
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- 指定者:
internalGetFieldAccessorTable在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.LimitExpr.Builder>
-
clear
public MysqlxCrud.LimitExpr.Builder clear()
- 指定者:
clear在接口中com.google.protobuf.Message.Builder- 指定者:
clear在接口中com.google.protobuf.MessageLite.Builder- 覆盖:
clear在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.LimitExpr.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- 指定者:
getDescriptorForType在接口中com.google.protobuf.Message.Builder- 指定者:
getDescriptorForType在接口中com.google.protobuf.MessageOrBuilder- 覆盖:
getDescriptorForType在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.LimitExpr.Builder>
-
getDefaultInstanceForType
public MysqlxCrud.LimitExpr getDefaultInstanceForType()
- 指定者:
getDefaultInstanceForType在接口中com.google.protobuf.MessageLiteOrBuilder- 指定者:
getDefaultInstanceForType在接口中com.google.protobuf.MessageOrBuilder
-
build
public MysqlxCrud.LimitExpr build()
- 指定者:
build在接口中com.google.protobuf.Message.Builder- 指定者:
build在接口中com.google.protobuf.MessageLite.Builder
-
buildPartial
public MysqlxCrud.LimitExpr buildPartial()
- 指定者:
buildPartial在接口中com.google.protobuf.Message.Builder- 指定者:
buildPartial在接口中com.google.protobuf.MessageLite.Builder
-
clone
public MysqlxCrud.LimitExpr.Builder clone()
- 指定者:
clone在接口中com.google.protobuf.Message.Builder- 指定者:
clone在接口中com.google.protobuf.MessageLite.Builder- 覆盖:
clone在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.LimitExpr.Builder>
-
setField
public MysqlxCrud.LimitExpr.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- 指定者:
setField在接口中com.google.protobuf.Message.Builder- 覆盖:
setField在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.LimitExpr.Builder>
-
clearField
public MysqlxCrud.LimitExpr.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- 指定者:
clearField在接口中com.google.protobuf.Message.Builder- 覆盖:
clearField在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.LimitExpr.Builder>
-
clearOneof
public MysqlxCrud.LimitExpr.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- 指定者:
clearOneof在接口中com.google.protobuf.Message.Builder- 覆盖:
clearOneof在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.LimitExpr.Builder>
-
setRepeatedField
public MysqlxCrud.LimitExpr.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- 指定者:
setRepeatedField在接口中com.google.protobuf.Message.Builder- 覆盖:
setRepeatedField在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.LimitExpr.Builder>
-
addRepeatedField
public MysqlxCrud.LimitExpr.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- 指定者:
addRepeatedField在接口中com.google.protobuf.Message.Builder- 覆盖:
addRepeatedField在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.LimitExpr.Builder>
-
mergeFrom
public MysqlxCrud.LimitExpr.Builder mergeFrom(com.google.protobuf.Message other)
- 指定者:
mergeFrom在接口中com.google.protobuf.Message.Builder- 覆盖:
mergeFrom在类中com.google.protobuf.AbstractMessage.Builder<MysqlxCrud.LimitExpr.Builder>
-
mergeFrom
public MysqlxCrud.LimitExpr.Builder mergeFrom(MysqlxCrud.LimitExpr other)
-
isInitialized
public final boolean isInitialized()
- 指定者:
isInitialized在接口中com.google.protobuf.MessageLiteOrBuilder- 覆盖:
isInitialized在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.LimitExpr.Builder>
-
mergeFrom
public MysqlxCrud.LimitExpr.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- 指定者:
mergeFrom在接口中com.google.protobuf.Message.Builder- 指定者:
mergeFrom在接口中com.google.protobuf.MessageLite.Builder- 覆盖:
mergeFrom在类中com.google.protobuf.AbstractMessage.Builder<MysqlxCrud.LimitExpr.Builder>- 抛出:
IOException
-
hasRowCount
public boolean hasRowCount()
maximum rows to filter
required .Mysqlx.Expr.Expr row_count = 1;- 指定者:
hasRowCount在接口中MysqlxCrud.LimitExprOrBuilder- 返回:
- Whether the rowCount field is set.
-
getRowCount
public MysqlxExpr.Expr getRowCount()
maximum rows to filter
required .Mysqlx.Expr.Expr row_count = 1;- 指定者:
getRowCount在接口中MysqlxCrud.LimitExprOrBuilder- 返回:
- The rowCount.
-
setRowCount
public MysqlxCrud.LimitExpr.Builder setRowCount(MysqlxExpr.Expr value)
maximum rows to filter
required .Mysqlx.Expr.Expr row_count = 1;
-
setRowCount
public MysqlxCrud.LimitExpr.Builder setRowCount(MysqlxExpr.Expr.Builder builderForValue)
maximum rows to filter
required .Mysqlx.Expr.Expr row_count = 1;
-
mergeRowCount
public MysqlxCrud.LimitExpr.Builder mergeRowCount(MysqlxExpr.Expr value)
maximum rows to filter
required .Mysqlx.Expr.Expr row_count = 1;
-
clearRowCount
public MysqlxCrud.LimitExpr.Builder clearRowCount()
maximum rows to filter
required .Mysqlx.Expr.Expr row_count = 1;
-
getRowCountBuilder
public MysqlxExpr.Expr.Builder getRowCountBuilder()
maximum rows to filter
required .Mysqlx.Expr.Expr row_count = 1;
-
getRowCountOrBuilder
public MysqlxExpr.ExprOrBuilder getRowCountOrBuilder()
maximum rows to filter
required .Mysqlx.Expr.Expr row_count = 1;
-
hasOffset
public boolean hasOffset()
maximum rows to skip before applying the row_count
optional .Mysqlx.Expr.Expr offset = 2;- 指定者:
hasOffset在接口中MysqlxCrud.LimitExprOrBuilder- 返回:
- Whether the offset field is set.
-
getOffset
public MysqlxExpr.Expr getOffset()
maximum rows to skip before applying the row_count
optional .Mysqlx.Expr.Expr offset = 2;- 指定者:
getOffset在接口中MysqlxCrud.LimitExprOrBuilder- 返回:
- The offset.
-
setOffset
public MysqlxCrud.LimitExpr.Builder setOffset(MysqlxExpr.Expr value)
maximum rows to skip before applying the row_count
optional .Mysqlx.Expr.Expr offset = 2;
-
setOffset
public MysqlxCrud.LimitExpr.Builder setOffset(MysqlxExpr.Expr.Builder builderForValue)
maximum rows to skip before applying the row_count
optional .Mysqlx.Expr.Expr offset = 2;
-
mergeOffset
public MysqlxCrud.LimitExpr.Builder mergeOffset(MysqlxExpr.Expr value)
maximum rows to skip before applying the row_count
optional .Mysqlx.Expr.Expr offset = 2;
-
clearOffset
public MysqlxCrud.LimitExpr.Builder clearOffset()
maximum rows to skip before applying the row_count
optional .Mysqlx.Expr.Expr offset = 2;
-
getOffsetBuilder
public MysqlxExpr.Expr.Builder getOffsetBuilder()
maximum rows to skip before applying the row_count
optional .Mysqlx.Expr.Expr offset = 2;
-
getOffsetOrBuilder
public MysqlxExpr.ExprOrBuilder getOffsetOrBuilder()
maximum rows to skip before applying the row_count
optional .Mysqlx.Expr.Expr offset = 2;
-
setUnknownFields
public final MysqlxCrud.LimitExpr.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- 指定者:
setUnknownFields在接口中com.google.protobuf.Message.Builder- 覆盖:
setUnknownFields在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.LimitExpr.Builder>
-
mergeUnknownFields
public final MysqlxCrud.LimitExpr.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- 指定者:
mergeUnknownFields在接口中com.google.protobuf.Message.Builder- 覆盖:
mergeUnknownFields在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.LimitExpr.Builder>
-
-