Public member functions
- void fromString(std::string str)
- Constructs the field from the string.
- void fromStringWithInfo(std::string str, int precision, int scale)
- Constructs the field from the string.
- NzaeNumeric128Field(const NzaeNumericField &field)
- Constructs a numeric128 field with value field.
- NzaeNumeric128Field(int32_t val)
- Constructs a numeric128 field with value val.
- NzaeNumeric128Field()
- Constructs a NULL numeric128.
- NzaeNumeric128Field(const NzaeNumeric128Field &field)
- Constructs a numeric128 field with value field.
- NzaeNumeric128Field(const NzudsNumeric128 val)
- Constructs a numeric128 field with value val.
- NzaeNumeric128Field(double val)
- Constructs a numeric128 field with value val.
- NzaeNumeric128Field(int64_t val)
- Constructs a numeric128 field with value val.
- operator const NzudsNumeric128() const
- Returns a numeric128 value.
- operator double() const
- Returns the value converted to a double.
- operator NzudsNumeric128()
- Returns a numeric128 value.
- NzaeNumeric128Field& operator=(const NzaeNumeric128Field &field)
- Assigns the value of the argument to a field object.
- NzaeNumeric128Field& operator=(const NzudsNumeric128 val)
- Assigns the value of the argument to a field object.
- NzaeNumeric128Field& operator=(int32_t val)
- Assigns the value of the argument to a field object.
- NzaeNumeric128Field& operator=(const NzaeNumericField &val)
- Assigns the value of the argument to a field object.
- NzaeNumeric128Field& operator=(double val)
- Assigns the value of the argument to a field object.
- NzaeNumeric128Field& operator=(NzaeField &field)
- Assigns the value of the argument to a field object.
- NzaeNumeric128Field& operator=(int64_t val)
- Assigns the value of the argument to a field object.
- std::string toString() const
- Returns the string representation of the field.
- virtual NzaeDataTypes::Types type() const
- Returns the type of the field.