Kanzi Connect  3.9.9
Kanzi Connect C++ API
kanzi::connect::ContentColumn Struct Reference

Describes data for single database column. More...

#include <content_data.hpp>

Public Member Functions

 ContentColumn ()
 Constructor. More...
 
 ContentColumn (ContentDataType _datatype, const string &_name)
 Constructor. More...
 

Public Attributes

ContentDataType datatype
 Datatype of the column. More...
 
string name
 Name of the column. More...
 

Detailed Description

Describes data for single database column.

Constructor & Destructor Documentation

◆ ContentColumn() [1/2]

kanzi::connect::ContentColumn::ContentColumn ( )
inline

Constructor.

◆ ContentColumn() [2/2]

kanzi::connect::ContentColumn::ContentColumn ( ContentDataType  _datatype,
const string &  _name 
)
inline

Constructor.

Parameters
_datatypethe datatype
_namethe name

Member Data Documentation

◆ datatype

ContentDataType kanzi::connect::ContentColumn::datatype

Datatype of the column.

◆ name

string kanzi::connect::ContentColumn::name

Name of the column.


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