C++ SDK Documentation
12.0.0
|
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 VerticaType & | getType () const |
bool | operator!= (const Field &rhs) const |
Field & | operator= (const Field &other) |
bool | operator== (const Field &rhs) const |
Public Attributes | |
std::string | _name |
VerticaType | _type |
Properties | props |
Represents a field, as in a column or a complex type attribute