接口 MysqlxDatatypes.ScalarOrBuilder

    • 方法详细资料

      • hasType

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

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

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

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

        long getVUnsignedInt()
        optional uint64 v_unsigned_int = 3;
        返回:
        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;
        返回:
        Whether the vOctets field is set.
      • getVOctets

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

        MysqlxDatatypes.Scalar.OctetsOrBuilder 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;
        返回:
        Whether the vDouble field is set.
      • getVDouble

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

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

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

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

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

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