public static interface MysqlxCrud.LimitOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getOffset()
optional uint64 offset = 2; |
long |
getRowCount()
required uint64 row_count = 1; |
boolean |
hasOffset()
optional uint64 offset = 2; |
boolean |
hasRowCount()
required uint64 row_count = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRowCount()
required uint64 row_count = 1;long getRowCount()
required uint64 row_count = 1;boolean hasOffset()
optional uint64 offset = 2;long getOffset()
optional uint64 offset = 2;