ClockWork DB CoreAPI 1.0.48
Abstract Time Series and Storage/Management Library
Loading...
Searching...
No Matches
tom::tsdb::connection_meta_data Class Reference

#include <tom-tsdb/session.hpp>

+ Collaboration diagram for tom::tsdb::connection_meta_data:

Public Member Functions

 connection_meta_data (const tom::String &name, const tom::String &descr, const tom::String &uri)
 
const tom::Stringdescription () const
 
const tom::Stringname () const
 
const tom::Stringuri () const
 

Protected Attributes

tom::String m_descr
 
tom::String m_name
 
tom::String m_uri
 

Detailed Description

Meta data about an available connection for the repository

Member Function Documentation

◆ description()

const tom::String & tom::tsdb::connection_meta_data::description ( ) const
inline

get the description of the connection

◆ name()

const tom::String & tom::tsdb::connection_meta_data::name ( ) const
inline

get the name of the connection

◆ uri()

const tom::String & tom::tsdb::connection_meta_data::uri ( ) const
inline

get the URI used to open the connection


The documentation for this class was generated from the following file: