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 MDBPrivilege.getDatabase()
           
 MDatabase MTable.getDatabase()
           
 

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

Constructors in org.apache.hadoop.hive.metastore.model with parameters of type MDatabase
MDBPrivilege(String principalName, String principalType, MDatabase database, String dbPrivileges, int createTime, String grantor, String grantorType, boolean grantOption)
           
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 © 2012 The Apache Software Foundation