| Package | Description |
|---|---|
| com.mysql.cj.x.protobuf |
Message classes used for serialization with Google Protocol Buffers to support the X Protocol.
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxCrud.Limit,MysqlxCrud.Limit.Builder,MysqlxCrud.LimitOrBuilder> |
MysqlxCrud.Find.Builder.limitBuilder_ |
private com.google.protobuf.SingleFieldBuilderV3<MysqlxCrud.Limit,MysqlxCrud.Limit.Builder,MysqlxCrud.LimitOrBuilder> |
MysqlxCrud.Update.Builder.limitBuilder_ |
private com.google.protobuf.SingleFieldBuilderV3<MysqlxCrud.Limit,MysqlxCrud.Limit.Builder,MysqlxCrud.LimitOrBuilder> |
MysqlxCrud.Delete.Builder.limitBuilder_ |
| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.Limit.Builder |
MysqlxCrud.Limit.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxCrud.Limit.Builder |
MysqlxCrud.Limit.Builder.clear() |
MysqlxCrud.Limit.Builder |
MysqlxCrud.Limit.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MysqlxCrud.Limit.Builder |
MysqlxCrud.Limit.Builder.clearOffset()
maximum rows to skip before applying the row_count
|
MysqlxCrud.Limit.Builder |
MysqlxCrud.Limit.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MysqlxCrud.Limit.Builder |
MysqlxCrud.Limit.Builder.clearRowCount()
maximum rows to filter
|
MysqlxCrud.Limit.Builder |
MysqlxCrud.Limit.Builder.clone() |
MysqlxCrud.Limit.Builder |
MysqlxCrud.Find.Builder.getLimitBuilder()
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
|
MysqlxCrud.Limit.Builder |
MysqlxCrud.Update.Builder.getLimitBuilder()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.Limit.Builder |
MysqlxCrud.Delete.Builder.getLimitBuilder()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.Limit.Builder |
MysqlxCrud.Limit.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MysqlxCrud.Limit.Builder |
MysqlxCrud.Limit.Builder.mergeFrom(com.google.protobuf.Message other) |
MysqlxCrud.Limit.Builder |
MysqlxCrud.Limit.Builder.mergeFrom(MysqlxCrud.Limit other) |
MysqlxCrud.Limit.Builder |
MysqlxCrud.Limit.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static MysqlxCrud.Limit.Builder |
MysqlxCrud.Limit.newBuilder() |
static MysqlxCrud.Limit.Builder |
MysqlxCrud.Limit.newBuilder(MysqlxCrud.Limit prototype) |
MysqlxCrud.Limit.Builder |
MysqlxCrud.Limit.newBuilderForType() |
protected MysqlxCrud.Limit.Builder |
MysqlxCrud.Limit.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
MysqlxCrud.Limit.Builder |
MysqlxCrud.Limit.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxCrud.Limit.Builder |
MysqlxCrud.Limit.Builder.setOffset(long value)
maximum rows to skip before applying the row_count
|
MysqlxCrud.Limit.Builder |
MysqlxCrud.Limit.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
MysqlxCrud.Limit.Builder |
MysqlxCrud.Limit.Builder.setRowCount(long value)
maximum rows to filter
|
MysqlxCrud.Limit.Builder |
MysqlxCrud.Limit.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MysqlxCrud.Limit.Builder |
MysqlxCrud.Limit.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxCrud.Limit,MysqlxCrud.Limit.Builder,MysqlxCrud.LimitOrBuilder> |
MysqlxCrud.Find.Builder.getLimitFieldBuilder()
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxCrud.Limit,MysqlxCrud.Limit.Builder,MysqlxCrud.LimitOrBuilder> |
MysqlxCrud.Update.Builder.getLimitFieldBuilder()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxCrud.Limit,MysqlxCrud.Limit.Builder,MysqlxCrud.LimitOrBuilder> |
MysqlxCrud.Delete.Builder.getLimitFieldBuilder()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.Find.Builder |
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.Update.Builder |
MysqlxCrud.Update.Builder.setLimit(MysqlxCrud.Limit.Builder builderForValue)
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.Delete.Builder |
MysqlxCrud.Delete.Builder.setLimit(MysqlxCrud.Limit.Builder builderForValue)
limits the number of rows to match
(user can set one of: limit, limit_expr)
|