![]() |
C++ SDK Documentation
12.0.3
|
This class provides an interface for reading the Used defined session parameters. More...

Public Member Functions | |
| void | addUDSessionParamReader (const std::string &nsp, ParamReader &sessionParamReader) |
| Add a Session ParamReader for a namespace. More... | |
| bool | containsNamespace (const std::string nsp) const |
| Check if a SessionParamReader for the Namespace exists in the map. More... | |
| std::vector< std::string > | getNamespaces () const |
| Gets the names of all namespaces. More... | |
| void | getUDSessionParamReader (const std::string &nsp, ParamReader &pReader) |
| Get a SessionParamReader for a namespace. More... | |
| const ParamReader & | getUDSessionParamReader (const std::string &nsp) const |
| Get the SessionParamReader for the Namespace. More... | |
| void | setUDSessionParamReaderMap (std::map< std::string, ParamReader > paramReaderMap) |
| Set the SessionParamReaderMap. More... | |
This class provides an interface for reading the Used defined session parameters.
|
inline |
Add a Session ParamReader for a namespace.
| The | namespace and the ParamReader |
|
inline |
Check if a SessionParamReader for the Namespace exists in the map.
| The | namespace |
|
inline |
Gets the names of all namespaces.
|
inline |
Get a SessionParamReader for a namespace.
| The | namespace |
Referenced by Vertica::ServerInterface::getUDSessionParamReader().
|
inline |
|
inline |
Set the SessionParamReaderMap.
| The | SessionParamReaderMap |