9#include <boost/python/class.hpp>
10#include <boost/python/register_ptr_to_python.hpp>
17 register_ptr_to_python<std::shared_ptr<CatalogSession>>();
19 class_<CatalogSession, boost::noncopyable>(
"CatalogSession", no_init)
void export_CatalogSession()
This class is a responsible for storing session information for a specific catalog.
std::string getSessionId() const
Obtain the session ID for the catalog created.