org.apache.hadoop.hive.ql.plan
Class UnlockDatabaseDesc

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.DDLDesc
      extended by org.apache.hadoop.hive.ql.plan.UnlockDatabaseDesc
All Implemented Interfaces:
Serializable

public class UnlockDatabaseDesc
extends DDLDesc
implements Serializable

UnlockDatabaseDesc.

See Also:
Serialized Form

Constructor Summary
UnlockDatabaseDesc(String databaseName)
           
 
Method Summary
 String getDatabaseName()
           
 void setDatabaseName(String databaseName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnlockDatabaseDesc

public UnlockDatabaseDesc(String databaseName)
Method Detail

getDatabaseName

public String getDatabaseName()

setDatabaseName

public void setDatabaseName(String databaseName)


Copyright © 2014 The Apache Software Foundation. All rights reserved.