| Package | Description |
|---|---|
| org.apache.hive.hcatalog.api |
| Modifier and Type | Method and Description |
|---|---|
static HCatClient.DropDBMode |
HCatClient.DropDBMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HCatClient.DropDBMode[] |
HCatClient.DropDBMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
HCatClient.dropDatabase(String dbName,
boolean ifExists,
HCatClient.DropDBMode mode)
Drops a database.
|
void |
HCatClientHMSImpl.dropDatabase(String dbName,
boolean ifExists,
HCatClient.DropDBMode mode) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.