|
iceberg-cpp
|
Public Member Functions | |
| ForeignKeysResponse (const ForeignKeysResponse &) | |
| ForeignKeysResponse & | operator= (const ForeignKeysResponse &) |
| void | __set_foreignKeys (const std::vector< SQLForeignKey > &val) |
| bool | operator== (const ForeignKeysResponse &rhs) const |
| bool | operator!= (const ForeignKeysResponse &rhs) const |
| bool | operator< (const ForeignKeysResponse &) const |
| uint32_t | read (::apache::thrift::protocol::TProtocol *iprot) override |
| uint32_t | write (::apache::thrift::protocol::TProtocol *oprot) const override |
| virtual void | printTo (std::ostream &out) const |
Public Attributes | |
| std::vector< SQLForeignKey > | foreignKeys |