Package com.mysql.cj.x.protobuf
Interface MysqlxCrud.LimitOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MysqlxCrud.Limit,MysqlxCrud.Limit.Builder
- Enclosing class:
- MysqlxCrud
public static interface MysqlxCrud.LimitOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description longgetOffset()optional uint64 offset = 2;longgetRowCount()required uint64 row_count = 1;booleanhasOffset()optional uint64 offset = 2;booleanhasRowCount()required uint64 row_count = 1;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasRowCount
boolean hasRowCount()required uint64 row_count = 1;- Returns:
- Whether the rowCount field is set.
-
getRowCount
long getRowCount()required uint64 row_count = 1;- Returns:
- The rowCount.
-
hasOffset
boolean hasOffset()optional uint64 offset = 2;- Returns:
- Whether the offset field is set.
-
getOffset
long getOffset()optional uint64 offset = 2;- Returns:
- The offset.
-