A Select can be used as a source of information in another query.  
 More...
#include <SubSelect.h>
A Select can be used as a source of information in another query. 
- See also
 - FromItem, DataSetName, DataSetType, DataSet, FromFunctionCall, Join 
 
Definition at line 49 of file SubSelect.h.
 
Constructor. 
- Parameters
 - 
  
    | s | The real SubSelect to be associated to this object. | 
  
   
- Note
 - The SubSelect will take the ownership of the Select. 
 
 
 
      
        
          | te::da::SubSelect::SubSelect  | 
          ( | 
          const Select &  | 
          s,  | 
        
        
           | 
           | 
          const std::string &  | 
          alias  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Constructor. 
- Parameters
 - 
  
    | s | The real SubSelect to be associated to this object.  | 
  
   
 
 
      
        
          | te::da::SubSelect::SubSelect  | 
          ( | 
          const SubSelect &  | 
          rhs | ) | 
           | 
        
      
 
 
      
        
          | te::da::SubSelect::~SubSelect  | 
          ( | 
           | ) | 
           | 
        
      
 
 
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. 
 
 
 
  
  
      
        
          | FromItem* te::da::SubSelect::clone  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | const std::string& te::da::FromItem::getAlias  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inherited   | 
  
 
It returns the alias associated to the source item. 
- Returns
 - The alias for the source item. 
 
 
 
      
        
          | Select* te::da::SubSelect::getSelect  | 
          ( | 
           | ) | 
           const | 
        
      
 
It returns the associated subselect. 
- Returns
 - The associated subselect. 
 
 
 
  
  
      
        
          | void te::da::FromItem::setAlias  | 
          ( | 
          const std::string &  | 
          alias | ) | 
           | 
         
       
   | 
  
inherited   | 
  
 
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. 
 
 
 
      
        
          | void te::da::SubSelect::setSelect  | 
          ( | 
          Select *  | 
          s | ) | 
           | 
        
      
 
It sets the real SubSelect associated to this object. 
- Parameters
 - 
  
  
 
- Note
 - The SubSelect will take the ownership of the Select. 
 
 
 
  
  
      
        
          | std::string te::da::FromItem::m_alias | 
         
       
   | 
  
protectedinherited   | 
  
 
An alias for the output name. 
Definition at line 93 of file FromItem.h.
 
 
  
  
      
        
          | std::auto_ptr<Select> te::da::SubSelect::m_select | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/terralib5/src/terralib/dataaccess/query/SubSelect.h