Uses of Class
org.apache.hadoop.hive.metastore.model.MDatabase

Packages that use MDatabase
org.apache.hadoop.hive.metastore.model   
 

Uses of MDatabase in org.apache.hadoop.hive.metastore.model
 

Methods in org.apache.hadoop.hive.metastore.model that return MDatabase
 MDatabase MTable.getDatabase()
           
 

Methods in org.apache.hadoop.hive.metastore.model with parameters of type MDatabase
 void MTable.setDatabase(MDatabase database)
           
 

Constructors in org.apache.hadoop.hive.metastore.model with parameters of type MDatabase
MTable(String tableName, MDatabase database, MStorageDescriptor sd, String owner, int createTime, int lastAccessTime, int retention, List<MFieldSchema> partitionKeys, Map<String,String> parameters, String viewOriginalText, String viewExpandedText, String tableType)
           
 



Copyright © 2010 The Apache Software Foundation