|
|
| StoredProcedure (const StoredProcedure &) |
| |
|
StoredProcedure & | operator= (const StoredProcedure &) |
| |
|
void | __set_name (const std::string &val) |
| |
|
void | __set_dbName (const std::string &val) |
| |
|
void | __set_catName (const std::string &val) |
| |
|
void | __set_ownerName (const std::string &val) |
| |
|
void | __set_source (const std::string &val) |
| |
|
bool | operator== (const StoredProcedure &rhs) const |
| |
|
bool | operator!= (const StoredProcedure &rhs) const |
| |
|
bool | operator< (const StoredProcedure &) 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 | name |
| |
|
std::string | dbName |
| |
|
std::string | catName |
| |
|
std::string | ownerName |
| |
|
std::string | source |
| |
|
_StoredProcedure__isset | __isset |
| |
The documentation for this class was generated from the following files: