C++ SDK Documentation  9.0
Vertica::PerColumnParamReader Class Reference

A wrapper around a map from column to ParamReader. More...

Collaboration diagram for Vertica::PerColumnParamReader:
Collaboration graph

Public Member Functions

bool containsColumn (std::string columnName) const
 Returns true if a ParamReader exists for the given column.
 
std::vector< std::string > getColumnNames () const
 Gets the names of all columns with column specific arguments. More...
 
ParamReadergetColumnParamReader (const std::string &column)
 Gets the parameters of the given column. More...
 
const ParamReadergetColumnParamReader (const std::string &column) const
 

Detailed Description

A wrapper around a map from column to ParamReader.

Member Function Documentation

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
ParamReader& Vertica::PerColumnParamReader::getColumnParamReader ( const std::string &  column)
inline

Gets the parameters of the given column.

Parameters
thename of the column of interest
Returns
the parameters of the given column