C++ SDK Documentation  12.0.0
Vertica::Field Struct Reference
Collaboration diagram for Vertica::Field:
Collaboration graph

Public Types

typedef Fields::Properties Properties
 

Public Member Functions

 Field (const VerticaType &t, const std::string name)
 
 Field (const VerticaType &t, const std::string name, const Properties &props)
 
const std::string & getName () const
 
const VerticaTypegetType () const
 
bool operator!= (const Field &rhs) const
 
Fieldoperator= (const Field &other)
 
bool operator== (const Field &rhs) const
 

Public Attributes

std::string _name
 
VerticaType _type
 
Properties props
 

Detailed Description

Represents a field, as in a column or a complex type attribute