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)
           
DropDatabaseDesc(String databaseName, boolean ifExists, boolean cascade)
           
 
Method Summary
 String getDatabaseName()
           
 boolean getIfExists()
           
 boolean isCasdade()
           
 void setDatabaseName(String databaseName)
           
 void setIfExists(boolean ifExists)
           
 void setIsCascade(boolean cascade)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropDatabaseDesc

public DropDatabaseDesc(String databaseName,
                        boolean ifExists)

DropDatabaseDesc

public DropDatabaseDesc(String databaseName,
                        boolean ifExists,
                        boolean cascade)
Method Detail

getDatabaseName

public String getDatabaseName()

setDatabaseName

public void setDatabaseName(String databaseName)

getIfExists

public boolean getIfExists()

setIfExists

public void setIfExists(boolean ifExists)

isCasdade

public boolean isCasdade()

setIsCascade

public void setIsCascade(boolean cascade)


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