Interface MysqlxDatatypes.Scalar.StringOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MysqlxDatatypes.Scalar.String, MysqlxDatatypes.Scalar.String.Builder
Enclosing class:
MysqlxDatatypes.Scalar

public static interface MysqlxDatatypes.Scalar.StringOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    long getCollation()
    optional uint64 collation = 2;
    com.google.protobuf.ByteString getValue()
    required bytes value = 1;
    boolean hasCollation()
    optional uint64 collation = 2;
    boolean hasValue()
    required bytes value = 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

    • hasValue

      boolean hasValue()
      required bytes value = 1;
      Returns:
      Whether the value field is set.
    • getValue

      com.google.protobuf.ByteString getValue()
      required bytes value = 1;
      Returns:
      The value.
    • hasCollation

      boolean hasCollation()
      optional uint64 collation = 2;
      Returns:
      Whether the collation field is set.
    • getCollation

      long getCollation()
      optional uint64 collation = 2;
      Returns:
      The collation.