public static interface HiveMetastore.DropDatabaseReqRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCascade()
bool cascade = 5; |
String |
getCatalogName()
string catalog_name = 2; |
com.google.protobuf.ByteString |
getCatalogNameBytes()
string catalog_name = 2; |
boolean |
getDeleteData()
bool delete_data = 4; |
boolean |
getDeleteManagedDir()
bool delete_managed_dir = 8; |
boolean |
getIgnoreUnknownDb()
bool ignore_unknown_db = 3; |
String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
boolean |
getSoftDelete()
bool soft_delete = 6; |
long |
getTxnId()
int64 txn_id = 7; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
string name = 1;com.google.protobuf.ByteString getNameBytes()
string name = 1;String getCatalogName()
string catalog_name = 2;com.google.protobuf.ByteString getCatalogNameBytes()
string catalog_name = 2;boolean getIgnoreUnknownDb()
bool ignore_unknown_db = 3;boolean getDeleteData()
bool delete_data = 4;boolean getCascade()
bool cascade = 5;boolean getSoftDelete()
bool soft_delete = 6;long getTxnId()
int64 txn_id = 7;boolean getDeleteManagedDir()
bool delete_managed_dir = 8;Copyright © 2024 The Apache Software Foundation. All rights reserved.