A wrapper around a map from column to ParamReader.  
 More...
A wrapper around a map from column to ParamReader. 
◆ getColumnNames()
  
  | 
        
          | std::vector<std::string> Vertica::PerColumnParamReader::getColumnNames | ( |  | ) | const |  | inline | 
 
Gets the names of all columns with column specific arguments. 
- Returns
- a vector of column names 
 
 
◆ getColumnParamReader()
  
  | 
        
          | ParamReader& Vertica::PerColumnParamReader::getColumnParamReader | ( | const std::string & | column | ) |  |  | inline | 
 
Gets the parameters of the given column. 
- Parameters
- 
  
    | the | name of the column of interest |  
 
- Returns
- the parameters of the given column