public class DescDatabaseDesc extends DDLDesc implements Serializable
DDLDesc.DDLDescWithWriteId| Constructor and Description |
|---|
DescDatabaseDesc() |
DescDatabaseDesc(org.apache.hadoop.fs.Path resFile,
String dbName,
boolean isExt) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabaseName() |
String |
getResFile() |
static String |
getSchema() |
boolean |
isExt() |
void |
setDatabaseName(String db) |
void |
setExt(boolean isExt) |
void |
setResFile(String resFile) |
public DescDatabaseDesc()
public DescDatabaseDesc(org.apache.hadoop.fs.Path resFile,
String dbName,
boolean isExt)
resFile - dbName - isExt - public static String getSchema()
public boolean isExt()
public void setExt(boolean isExt)
isExt - the isExt to setpublic String getDatabaseName()
public void setDatabaseName(String db)
db - the database name to setpublic String getResFile()
public void setResFile(String resFile)
resFile - the resFile to setCopyright © 2019 The Apache Software Foundation. All Rights Reserved.