org.apache.hadoop.hive.ql.plan
Class DescDatabaseDesc

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.DDLDesc
      extended by org.apache.hadoop.hive.ql.plan.DescDatabaseDesc
All Implemented Interfaces:
Serializable

public class DescDatabaseDesc
extends DDLDesc
implements Serializable

DescDatabaseDesc.

See Also:
Serialized Form

Constructor Summary
DescDatabaseDesc()
           
DescDatabaseDesc(org.apache.hadoop.fs.Path resFile, String dbName, boolean isExt)
           
 
Method Summary
 String getDatabaseName()
           
 String getResFile()
           
static String getSchema()
           
 boolean isExt()
           
 void setDatabaseName(String db)
           
 void setExt(boolean isExt)
           
 void setResFile(String resFile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescDatabaseDesc

public DescDatabaseDesc()

DescDatabaseDesc

public DescDatabaseDesc(org.apache.hadoop.fs.Path resFile,
                        String dbName,
                        boolean isExt)
Parameters:
resFile -
dbName -
isExt -
Method Detail

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 © 2014 The Apache Software Foundation. All rights reserved.