Interface MysqlxDatatypes.ScalarOrBuilder

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

public static interface MysqlxDatatypes.ScalarOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasType

      boolean hasType()
      required .Mysqlx.Datatypes.Scalar.Type type = 1;
      Returns:
      Whether the type field is set.
    • getType

      required .Mysqlx.Datatypes.Scalar.Type type = 1;
      Returns:
      The type.
    • hasVSignedInt

      boolean hasVSignedInt()
      optional sint64 v_signed_int = 2;
      Returns:
      Whether the vSignedInt field is set.
    • getVSignedInt

      long getVSignedInt()
      optional sint64 v_signed_int = 2;
      Returns:
      The vSignedInt.
    • hasVUnsignedInt

      boolean hasVUnsignedInt()
      optional uint64 v_unsigned_int = 3;
      Returns:
      Whether the vUnsignedInt field is set.
    • getVUnsignedInt

      long getVUnsignedInt()
      optional uint64 v_unsigned_int = 3;
      Returns:
      The vUnsignedInt.
    • hasVOctets

      boolean hasVOctets()
       4 is unused, was Null which doesn't have a storage anymore
       
      optional .Mysqlx.Datatypes.Scalar.Octets v_octets = 5;
      Returns:
      Whether the vOctets field is set.
    • getVOctets

       4 is unused, was Null which doesn't have a storage anymore
       
      optional .Mysqlx.Datatypes.Scalar.Octets v_octets = 5;
      Returns:
      The vOctets.
    • getVOctetsOrBuilder

       4 is unused, was Null which doesn't have a storage anymore
       
      optional .Mysqlx.Datatypes.Scalar.Octets v_octets = 5;
    • hasVDouble

      boolean hasVDouble()
      optional double v_double = 6;
      Returns:
      Whether the vDouble field is set.
    • getVDouble

      double getVDouble()
      optional double v_double = 6;
      Returns:
      The vDouble.
    • hasVFloat

      boolean hasVFloat()
      optional float v_float = 7;
      Returns:
      Whether the vFloat field is set.
    • getVFloat

      float getVFloat()
      optional float v_float = 7;
      Returns:
      The vFloat.
    • hasVBool

      boolean hasVBool()
      optional bool v_bool = 8;
      Returns:
      Whether the vBool field is set.
    • getVBool

      boolean getVBool()
      optional bool v_bool = 8;
      Returns:
      The vBool.
    • hasVString

      boolean hasVString()
      optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
      Returns:
      Whether the vString field is set.
    • getVString

      optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
      Returns:
      The vString.
    • getVStringOrBuilder

      optional .Mysqlx.Datatypes.Scalar.String v_string = 9;