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