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

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

public class DropDatabaseDesc
extends DDLDesc
implements Serializable

DropDatabaseDesc.

See Also:
Serialized Form

Constructor Summary
DropDatabaseDesc(String databaseName, boolean ifExists)
           
 
Method Summary
 String getDatabaseName()
           
 boolean getIfExists()
           
 void setDatabaseName(String databaseName)
           
 void setIfExists(boolean ifExists)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropDatabaseDesc

public DropDatabaseDesc(String databaseName,
                        boolean ifExists)
Method Detail

getDatabaseName

public String getDatabaseName()

setDatabaseName

public void setDatabaseName(String databaseName)

getIfExists

public boolean getIfExists()

setIfExists

public void setIfExists(boolean ifExists)


Copyright © 2010 The Apache Software Foundation