36 m_literalValue(nullptr)
const std::string & getName() const
It returns the property name.
void setLiteral(Literal *l)
It sets the literal value of the operator.
std::string m_singleChar
The singleChar_ character matches exactly one character. (Mandatory)
std::string m_escapeChar
The escapeChar_ character is used to escape the meaning of the wildCard_, singleChar_ and escapeChar_...
PropertyName * getPropertyName() const
It returns the property name.
const std::string & getWildCard() const
It returns the wild character.
This class can be used to represent literal values.
A comparison operator is used to form expressions that evaluate the mathematical comparison between t...
void setEscapeChar(const std::string &e)
It sets the escape character.
An static class with global definitions.
void setWildCard(const std::string &w)
It sets the wild character.
Literal * m_literalValue
Mandatory.
Literal * getLiteral() const
It returns the literal value.
PropertyName * m_property
Mandatory.
const std::string & getSingleChar() const
It returns the single wild character.
PropertyIsLike()
It initializes a new PropertyIsLike.
It is intended to encode a character string comparison operator with pattern matching.
void setSingleChar(const std::string &s)
It sets the wild single character.
This class is used to encode the name of any property of an object.
An static class with global definitions.
const std::string & getEscapeChar() const
It returns the escape character.
~PropertyIsLike()
Destructor.
void setPropertyName(PropertyName *p)
It sets the property name.
This class can be used to represent literal values.
const std::string & getValue() const
It returns the literal value.
ComparisonOp * clone() const
It creates a new copy of this object.
std::string m_wildCard
The wildCard_ character matches zero or more characters. (Mandatory)
It is intended to encode a character string comparison operator with pattern matching.