org.apache.hadoop.hive.ql.plan
Class DescDatabaseDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.DDLDesc
org.apache.hadoop.hive.ql.plan.DescDatabaseDesc
- All Implemented Interfaces:
- Serializable
public class DescDatabaseDesc
- extends DDLDesc
- implements Serializable
DescDatabaseDesc.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescDatabaseDesc
public DescDatabaseDesc()
DescDatabaseDesc
public DescDatabaseDesc(org.apache.hadoop.fs.Path resFile,
String dbName,
boolean isExt)
- Parameters:
resFile
- dbName
- isExt
-
getSchema
public static String getSchema()
isExt
public boolean isExt()
- Returns:
- the isExt
setExt
public void setExt(boolean isExt)
- Parameters:
isExt
- the isExt to set
getDatabaseName
public String getDatabaseName()
- Returns:
- the tableName
setDatabaseName
public void setDatabaseName(String db)
- Parameters:
db
- the database name to set
getResFile
public String getResFile()
- Returns:
- the resFile
setResFile
public void setResFile(String resFile)
- Parameters:
resFile
- the resFile to set
Copyright © 2013 The Apache Software Foundation