The PropertyIsNull class encodes an operator that checks to see if the value of its content is NULL.
More...
#include <PropertyIsNull.h>
The PropertyIsNull class encodes an operator that checks to see if the value of its content is NULL.
A NULL is equivalent to no value present. The value 0 is a valid value and is not considered NULL.
- See also
- ComparisonOp, PropertyName
Definition at line 51 of file PropertyIsNull.h.
te::fe::PropertyIsNull::PropertyIsNull |
( |
| ) |
|
te::fe::PropertyIsNull::~PropertyIsNull |
( |
| ) |
|
It call the visit method from the guest object.
- Parameters
-
guest | The guest or visitor. |
- Returns
- Any valid value define by the template type R.
const char* te::fe::AbstractOp::getName |
( |
| ) |
const |
|
inlineinherited |
It returns the operator name.
- Returns
- The operator name.
Definition at line 82 of file AbstractOp.h.
PropertyName* te::fe::PropertyIsNull::getPropertyName |
( |
| ) |
const |
It returns the property name.
- Returns
- The property name.
void te::fe::AbstractOp::setName |
( |
const char * |
opName | ) |
|
|
inlineinherited |
It sets the operator name.
- Parameters
-
Definition at line 89 of file AbstractOp.h.
void te::fe::PropertyIsNull::setPropertyName |
( |
PropertyName * |
p | ) |
|
It sets the property name.
- Parameters
-
- Note
- It will take the ownership of the property name.
const char* te::fe::AbstractOp::m_name |
|
protectedinherited |
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/fe/PropertyIsNull.h