#include <exceptions.h>
NameAlreadyExistCat is thrown by Catalog on a new relation or index addition to the system if the relation name already exits. 
◆ NameAlreadyExistCat()
  
  | 
        
          | NameAlreadyExistCat::NameAlreadyExistCat | ( | const std::string & | relname | ) |  |  | explicit | 
 
Constructor. 
- Parameters
- 
  
    | file. | Name of the relation that already exists. |  
 
 
 
◆ getName()
      
        
          | std::string NameAlreadyExistCat::getName | ( |  | ) | const | 
        
          | throw | ( |  | 
        
          |  | ) |  |  | 
      
 
Returns the name of the relation that already exists. 
- Returns
- Name of the relation that already exists. 
 
 
◆ name
  
  | 
        
          | std::string NameAlreadyExistCat::name |  | private | 
 
Name of the already existing relation. 
 
 
The documentation for this class was generated from the following file: