@return the metastore.api.Database object this Database was created from, or null if it is not related to a hive database such as builtins_db.
()
| 53 | * or null if it is not related to a hive database such as builtins_db. |
| 54 | */ |
| 55 | Database getMetaStoreDb(); |
| 56 | |
| 57 | /** |
| 58 | * @return true if the database contains a table with the given name |
no outgoing calls