|
| static bool | is_null (std::string const &value) |
| | Is value a null?
|
| static std::string | null () |
| | Return a null value.
|
| static constexpr bool | is_null (std::string const &) noexcept |
| | Does a given value correspond to an SQL null value?
|
|
| static bool | has_null |
| | Does this type have a null value?
|
| static bool | always_null |
| | Is this type always null?
|
| static constexpr bool | has_null |
| | Does TYPE have a "built-in null value"?
|
| static constexpr bool | always_null |
| | Are all values of this type null?
|
◆ is_null()
| bool pqxx::nullness< std::string, void >::is_null |
( |
std::string const & | value | ) |
|
|
static |
◆ null()
Return a null value.
Don't use this in generic code to compare a value and see whether it is null. Some types may have multiple null values which do not compare as equal, or may define a null value which is not equal to anything including itself, like in SQL.
◆ always_null
Is this type always null?
◆ has_null
Does this type have a null value?
The documentation for this struct was generated from the following file:
- /builddir/build/BUILD/libpqxx-7.10.5-build/libpqxx-7.10.5/redhat-linux-build/include/pqxx/internal/conversions.hxx