Vertica::Field Struct Reference
Collaboration diagram for Vertica::Field:
| 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 |
Detailed Description
Represents a field, as in a column or a complex type attribute