Definition at line 87 of file FieldValue.h.
◆ FieldValue() [1/2]
◆ FieldValue() [2/2]
◆ empty()
Indicates whether array of zero length.
◆ operator=()
◆ toDate()
Returns the field value as Date.
- Exceptions
-
std::exception | if conversion is impossible. |
◆ toDecimal()
Returns the field value as a decimal number.
- Exceptions
-
std::exception | if conversion is impossible. |
◆ toDouble()
double toDouble |
( |
| ) |
const |
Returns the field value as a floating-point number.
- Exceptions
-
std::exception | if conversion is impossible. |
◆ toInt32()
Returns field value as an int value.
- Exceptions
-
std::exception | if conversion is impossible. |
◆ toInt64()
long long toInt64 |
( |
| ) |
const |
Returns field value as an 'long long' value.
- Exceptions
-
std::exception | if conversion is impossible. |
◆ toString()
std::string toString |
( |
| ) |
const |
Returns the field value as a string.
◆ toTime()
Returns the field value as Time.
- Exceptions
-
std::exception | if conversion is impossible. |
◆ toUInt32()
unsigned int toUInt32 |
( |
| ) |
const |
Returns field value as an 'unsigned int' value.
- Exceptions
-
std::exception | if conversion is impossible. |
◆ toUInt64()
unsigned long long toUInt64 |
( |
| ) |
const |
Returns field value as an 'unsigned long long' value.
- Exceptions
-
std::exception | if conversion is impossible. |