An abstract class that models a source of data in a query.  
 More...
#include <FromItem.h>
An abstract class that models a source of data in a query. 
- See also
 - From, DataSetType, DataSetName, SubSelect, DataSet, FromFunctionCall, Join 
 
Definition at line 50 of file FromItem.h.
 
◆ ReturnType
◆ VisitorType
◆ FromItem() [1/2]
Constructor. 
- Parameters
 - 
  
    | alias | An alias to the source data item.  | 
  
   
Definition at line 61 of file FromItem.h.
 
 
◆ FromItem() [2/2]
      
        
          | te::da::FromItem::FromItem  | 
          ( | 
          const FromItem &  | 
          rhs | ) | 
           | 
        
      
 
 
◆ ~FromItem()
  
  
      
        
          | virtual te::da::FromItem::~FromItem  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
Virtual destructor. 
Definition at line 67 of file FromItem.h.
 
 
◆ 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()
  
  
      
        
          | virtual FromItem* te::da::FromItem::clone  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ getAlias()
      
        
          | const std::string& te::da::FromItem::getAlias  | 
          ( | 
           | ) | 
           const | 
        
      
 
It returns the alias associated to the source item. 
- Returns
 - The alias for the source item. 
 
 
 
◆ operator=()
◆ setAlias()
      
        
          | void te::da::FromItem::setAlias  | 
          ( | 
          const std::string &  | 
          alias | ) | 
           | 
        
      
 
It sets the alias for a from source item. 
- Parameters
 - 
  
    | alias | The alias for a from source item. | 
  
   
- Note
 - The FromItem will take the ownership of the given alias. 
 
 
 
◆ m_alias
  
  
      
        
          | std::string te::da::FromItem::m_alias | 
         
       
   | 
  
protected   | 
  
 
An alias for the output name. 
Definition at line 93 of file FromItem.h.
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/dataaccess/query/FromItem.h