org.apache.hadoop.hive.ql.plan
Class AlterDatabaseDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.DDLDesc
org.apache.hadoop.hive.ql.plan.AlterDatabaseDesc
- All Implemented Interfaces:
- Serializable
public class AlterDatabaseDesc
- extends DDLDesc
- implements Serializable
AlterDatabaseDesc.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlterDatabaseDesc
public AlterDatabaseDesc()
- For serialization only.
AlterDatabaseDesc
public AlterDatabaseDesc(String databaseName,
String comment,
String locationUri,
boolean ifNotExists)
AlterDatabaseDesc
public AlterDatabaseDesc(String databaseName,
boolean ifNotExists)
getIfNotExists
public boolean getIfNotExists()
setIfNotExists
public void setIfNotExists(boolean ifNotExists)
getDatabaseProperties
public Map<String,String> getDatabaseProperties()
setDatabaseProperties
public void setDatabaseProperties(Map<String,String> dbProps)
getDatabaseName
public String getDatabaseName()
setDatabaseName
public void setDatabaseName(String databaseName)
getComment
public String getComment()
setComment
public void setComment(String comment)
getLocationUri
public String getLocationUri()
setLocationUri
public void setLocationUri(String locationUri)
Copyright © 2013 The Apache Software Foundation