Interface MysqlxResultset.RowOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MysqlxResultset.Row, MysqlxResultset.Row.Builder
Enclosing class:
MysqlxResultset

public static interface MysqlxResultset.RowOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    com.google.protobuf.ByteString getField​(int index)
    repeated bytes field = 1;
    int getFieldCount()
    repeated bytes field = 1;
    java.util.List<com.google.protobuf.ByteString> getFieldList()
    repeated bytes field = 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

    • getFieldList

      java.util.List<com.google.protobuf.ByteString> getFieldList()
      repeated bytes field = 1;
      Returns:
      A list containing the field.
    • getFieldCount

      int getFieldCount()
      repeated bytes field = 1;
      Returns:
      The count of field.
    • getField

      com.google.protobuf.ByteString getField​(int index)
      repeated bytes field = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The field at the given index.