This class models a string Literal value.  
 More...
#include <LiteralString.h>
This class models a string Literal value. 
- See also
 - Literal 
 
Definition at line 46 of file LiteralString.h.
 
◆ ReturnType
◆ VisitorType
◆ LiteralString() [1/2]
◆ LiteralString() [2/2]
      
        
          | te::da::LiteralString::LiteralString  | 
          ( | 
          const LiteralString &  | 
          rhs | ) | 
           | 
        
      
 
 
◆ ~LiteralString()
  
  
      
        
          | te::da::LiteralString::~LiteralString  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ accept()
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. 
 
 
 
◆ clone()
  
  
      
        
          | Expression* te::da::LiteralString::clone  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
It creates a new copy of this expression. 
Reimplemented from te::da::Literal.
 
 
◆ getValue()
It returns the value associated to the literal. 
 
 
◆ operator=()
◆ setValue()
It sets the value associated to the literal. 
- Parameters
 - 
  
    | v | The value to be assigned to the literal. The literal takes its ownership.  | 
  
   
 
 
◆ m_value
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/dataaccess/query/LiteralString.h