org.apache.hadoop.hive.ql.plan
Class CreateTableLikeDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.DDLDesc
org.apache.hadoop.hive.ql.plan.CreateTableLikeDesc
- All Implemented Interfaces:
- Serializable
public class CreateTableLikeDesc
- extends DDLDesc
- implements Serializable
CreateTableLikeDesc.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateTableLikeDesc
public CreateTableLikeDesc()
CreateTableLikeDesc
public CreateTableLikeDesc(String tableName,
boolean isExternal,
String location,
boolean ifNotExists,
String likeTableName)
getIfNotExists
public boolean getIfNotExists()
setIfNotExists
public void setIfNotExists(boolean ifNotExists)
getTableName
public String getTableName()
setTableName
public void setTableName(String tableName)
getLocation
public String getLocation()
setLocation
public void setLocation(String location)
isExternal
public boolean isExternal()
setExternal
public void setExternal(boolean isExternal)
getLikeTableName
public String getLikeTableName()
setLikeTableName
public void setLikeTableName(String likeTableName)
Copyright © 2010 The Apache Software Foundation