◆ Type
Enumerator |
---|
V_SINT | |
V_UINT | |
V_NULL | |
V_OCTETS | |
V_DOUBLE | |
V_FLOAT | |
V_BOOL | |
V_STRING | |
◆ type
required Type Mysqlx::Datatypes::Scalar::type = 1 |
◆ v_bool
optional bool Mysqlx::Datatypes::Scalar::v_bool = 8 |
◆ v_double
optional double Mysqlx::Datatypes::Scalar::v_double = 6 |
◆ v_float
optional float Mysqlx::Datatypes::Scalar::v_float = 7 |
◆ v_octets
optional Octets Mysqlx::Datatypes::Scalar::v_octets = 5 |
◆ v_signed_int
optional sint64 Mysqlx::Datatypes::Scalar::v_signed_int = 2 |
◆ v_string
optional String Mysqlx::Datatypes::Scalar::v_string = 9 |
◆ v_unsigned_int
optional uint64 Mysqlx::Datatypes::Scalar::v_unsigned_int = 3 |
The documentation for this struct was generated from the following file: