|
|
| CreateDatabaseRequest (const CreateDatabaseRequest &) |
| |
|
CreateDatabaseRequest & | operator= (const CreateDatabaseRequest &) |
| |
|
void | __set_databaseName (const std::string &val) |
| |
|
void | __set_description (const std::string &val) |
| |
|
void | __set_locationUri (const std::string &val) |
| |
|
void | __set_parameters (const std::map< std::string, std::string > &val) |
| |
|
void | __set_privileges (const PrincipalPrivilegeSet &val) |
| |
|
void | __set_ownerName (const std::string &val) |
| |
|
void | __set_ownerType (const PrincipalType::type val) |
| |
|
void | __set_catalogName (const std::string &val) |
| |
|
void | __set_createTime (const int32_t val) |
| |
|
void | __set_managedLocationUri (const std::string &val) |
| |
|
void | __set_type (const DatabaseType::type val) |
| |
|
void | __set_dataConnectorName (const std::string &val) |
| |
|
void | __set_remote_dbname (const std::string &val) |
| |
|
bool | operator== (const CreateDatabaseRequest &rhs) const |
| |
|
bool | operator!= (const CreateDatabaseRequest &rhs) const |
| |
|
bool | operator< (const CreateDatabaseRequest &) 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 | databaseName |
| |
|
std::string | description |
| |
|
std::string | locationUri |
| |
|
std::map< std::string, std::string > | parameters |
| |
|
PrincipalPrivilegeSet | privileges |
| |
|
std::string | ownerName |
| |
| PrincipalType::type | ownerType |
| |
|
std::string | catalogName |
| |
|
int32_t | createTime |
| |
|
std::string | managedLocationUri |
| |
| DatabaseType::type | type |
| |
|
std::string | dataConnectorName |
| |
|
std::string | remote_dbname |
| |
|
_CreateDatabaseRequest__isset | __isset |
| |
◆ ownerType
| PrincipalType::type Apache::Hadoop::Hive::CreateDatabaseRequest::ownerType |
◆ type
| DatabaseType::type Apache::Hadoop::Hive::CreateDatabaseRequest::type |
The documentation for this class was generated from the following files: