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.
NzaeNumeric64Field(const NzaeNumericField &field)
Constructs a numeric64 field with value field.
NzaeNumeric64Field(int32_t val)
Constructs a numeric64 field with value val.
NzaeNumeric64Field()
Constructs a NULL numeric64.
NzaeNumeric64Field(const NzaeNumeric64Field &field)
Constructs a numeric64 field with value field.
NzaeNumeric64Field(const NzudsNumeric64 val)
Constructs a numeric64 field with value val.
NzaeNumeric64Field(double val)
Constructs a numeric64 field with value val.
NzaeNumeric64Field(int64_t val)
Constructs a numeric64 field with value val.
operator const NzudsNumeric64() const
Returns a numeric64 value.
operator double() const
Returns a value converted to a double.
operator NzudsNumeric64()
Returns a numeric64 value.
NzaeNumeric64Field& operator=(NzaeField &field)
Assigns the value of the argument to a field object.
NzaeNumeric64Field& operator=(const NzaeNumeric64Field &field)
Assigns the value of the argument to a field object.
NzaeNumeric64Field& operator=(const NzaeNumericField &val)
Assigns the value of the argument to a field object.
NzaeNumeric64Field& operator=(const NzudsNumeric64 val)
Assigns the value of the argument to a field object.
NzaeNumeric64Field& operator=(int32_t val)
Assigns the value of the argument to a field object.
NzaeNumeric64Field& operator=(int64_t val)
Assigns the value of the argument to a field object.
NzaeNumeric64Field& operator=(double 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.