org.apache.hadoop.hive.ql.plan
Class DropDatabaseDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.DDLDesc
org.apache.hadoop.hive.ql.plan.DropDatabaseDesc
- All Implemented Interfaces:
- Serializable
public class DropDatabaseDesc
- extends DDLDesc
- implements Serializable
DropDatabaseDesc.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropDatabaseDesc
public DropDatabaseDesc(String databaseName,
boolean ifExists)
getDatabaseName
public String getDatabaseName()
setDatabaseName
public void setDatabaseName(String databaseName)
getIfExists
public boolean getIfExists()
setIfExists
public void setIfExists(boolean ifExists)
Copyright © 2011 The Apache Software Foundation