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
    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;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    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.