C++ SDK Documentation  9.0
Vertica::SizedColumnTypes::Properties Struct Reference

Sets column properties. Properties have specific meaning in a given contexts (e.g., in UDx parameter declaration) and may not apply in every context. More...

Collaboration diagram for Vertica::SizedColumnTypes::Properties:
Collaboration graph

Public Member Functions

 Properties (const Properties &props)
 
 Properties (bool visible, bool required, bool canBeNull, const std::string comment)
 
bool operator!= (const Properties &right) const
 
bool operator== (const Properties &right) const
 

Public Attributes

bool canBeNull
 
std::string comment
 
bool required
 
bool visible
 

Static Public Attributes

static const uint32 MAX_COMMENT_LEN = 128
 

Detailed Description

Sets column properties. Properties have specific meaning in a given contexts (e.g., in UDx parameter declaration) and may not apply in every context.