Friends and related function documentation
- bool operator!= ( const char * lhs, const Jsonb & rhs ) friend
-
Jsonb inequality operator.
- Parameters
- lhs Left operand as a JSON string.
- Exceptions
- SQLError invalid JSON string for lhs triggers an error.
- Returns
trueIflhsis not equal torhs.
- Jsonb operator+ ( const char * lhs, const Jsonb & rhs ) friend
-
Concatemates two JSON documents.
- Parameters
- lhs Left operand as a JSON string.
- Returns
- Jsonb Combined JSON document.
- bool operator< ( const char * lhs, const Jsonb & rhs ) friend
-
Less than operator.
- Parameters
- lhs Left operand as a JSON string.
- Exceptions
- SQLError invalid JSON string for lhs triggers an error.
- Returns
trueIflhsis less thanrhs.
- bool operator<= ( const char * lhs, const Jsonb & rhs ) friend
-
Jsonb less than or equal operator.
- Parameters
- lhs Left operand as a JSON string.
- Exceptions
- SQLError invalid JSON string for lhs triggers an error.
- Returns
trueIflhsis less than or equal torhs.
- bool operator== ( const char * lhs, const Jsonb & rhs ) friend
-
Jsonb equality operator.
- Parameters
- lhs Left operand as a JSON string.
- Exceptions
- SQLError invalid JSON string for lhs triggers an error.
- Returns
trueIflhsis equal torhs.
- bool operator> ( const char * lhs, const Jsonb & rhs ) friend
-
Jsonb greater than operator.
- Parameters
- lhs Left operand as a JSON string.
- Exceptions
- SQLError invalid JSON string for lhs triggers an error.
- Returns
trueIflhsis greater thanrhs.
- bool operator>= ( const char * lhs, const Jsonb & rhs ) friend
-
Jsonb greater than or equal operator.
- Parameters
- lhs Left operand as a JSON string.
- Exceptions
- SQLError invalid JSON string for lhs triggers an error.
- Returns
trueIflhsis greater than or equal torhs.