|
|
| SQLForeignKey (const SQLForeignKey &) |
| |
|
SQLForeignKey & | operator= (const SQLForeignKey &) |
| |
|
void | __set_pktable_db (const std::string &val) |
| |
|
void | __set_pktable_name (const std::string &val) |
| |
|
void | __set_pkcolumn_name (const std::string &val) |
| |
|
void | __set_fktable_db (const std::string &val) |
| |
|
void | __set_fktable_name (const std::string &val) |
| |
|
void | __set_fkcolumn_name (const std::string &val) |
| |
|
void | __set_key_seq (const int32_t val) |
| |
|
void | __set_update_rule (const int32_t val) |
| |
|
void | __set_delete_rule (const int32_t val) |
| |
|
void | __set_fk_name (const std::string &val) |
| |
|
void | __set_pk_name (const std::string &val) |
| |
|
void | __set_enable_cstr (const bool val) |
| |
|
void | __set_validate_cstr (const bool val) |
| |
|
void | __set_rely_cstr (const bool val) |
| |
|
void | __set_catName (const std::string &val) |
| |
|
bool | operator== (const SQLForeignKey &rhs) const |
| |
|
bool | operator!= (const SQLForeignKey &rhs) const |
| |
|
bool | operator< (const SQLForeignKey &) 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 |
| |
|
|
std::string | pktable_db |
| |
|
std::string | pktable_name |
| |
|
std::string | pkcolumn_name |
| |
|
std::string | fktable_db |
| |
|
std::string | fktable_name |
| |
|
std::string | fkcolumn_name |
| |
|
int32_t | key_seq |
| |
|
int32_t | update_rule |
| |
|
int32_t | delete_rule |
| |
|
std::string | fk_name |
| |
|
std::string | pk_name |
| |
|
bool | enable_cstr |
| |
|
bool | validate_cstr |
| |
|
bool | rely_cstr |
| |
|
std::string | catName |
| |
|
_SQLForeignKey__isset | __isset |
| |
The documentation for this class was generated from the following files: