Uses of Class
org.apache.hadoop.hive.metastore.api.Database

Packages that use Database
org.apache.hadoop.hive.metastore   
org.apache.hadoop.hive.metastore.api   
 

Uses of Database in org.apache.hadoop.hive.metastore
 

Methods in org.apache.hadoop.hive.metastore that return Database
 Database HiveMetaStore.HMSHandler.get_database(String name)
           
 Database ObjectStore.getDatabase(String name)
           
 Database HiveMetaStoreClient.getDatabase(String name)
           
 Database RawStore.getDatabase(String name)
           
 Database FileStore.getDatabase(String name)
           
 

Methods in org.apache.hadoop.hive.metastore with parameters of type Database
 boolean ObjectStore.createDatabase(Database db)
           
 boolean RawStore.createDatabase(Database db)
           
 boolean FileStore.createDatabase(Database db)
           
 

Uses of Database in org.apache.hadoop.hive.metastore.api
 

Methods in org.apache.hadoop.hive.metastore.api that return Database
 Database ThriftHiveMetastore.Iface.get_database(String name)
           
 Database ThriftHiveMetastore.Client.get_database(String name)
           
 Database ThriftHiveMetastore.get_database_result.getSuccess()
           
 Database ThriftHiveMetastore.Client.recv_get_database()
           
 

Methods in org.apache.hadoop.hive.metastore.api with parameters of type Database
 boolean Database.equals(Database that)
           
 void ThriftHiveMetastore.get_database_result.setSuccess(Database success)
           
 

Constructors in org.apache.hadoop.hive.metastore.api with parameters of type Database
ThriftHiveMetastore.get_database_result(Database success, NoSuchObjectException o1, MetaException o2)
           
 



Copyright © 2009 The Apache Software Foundation