public class ShowColumnsDesc extends DDLDesc implements java.io.Serializable
Constructor and Description |
---|
ShowColumnsDesc() |
ShowColumnsDesc(Path resFile) |
ShowColumnsDesc(Path resFile,
java.lang.String tableName) |
ShowColumnsDesc(Path resFile,
java.lang.String dbName,
java.lang.String tableName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDbName() |
java.lang.String |
getResFile() |
java.lang.String |
getSchema() |
java.lang.String |
getTable() |
java.lang.String |
getTableName() |
void |
setDbName(java.lang.String dbName) |
void |
setResFile(java.lang.String resFile) |
void |
setTableName(java.lang.String tableName) |
public ShowColumnsDesc()
public ShowColumnsDesc(Path resFile)
resFile
- public ShowColumnsDesc(Path resFile, java.lang.String tableName)
tableName
- name of table to show columns ofpublic ShowColumnsDesc(Path resFile, java.lang.String dbName, java.lang.String tableName)
dbName
- name of the databasetableName
- name of table to show columns ofpublic java.lang.String getTable()
public java.lang.String getSchema()
public java.lang.String getTableName()
public void setTableName(java.lang.String tableName)
tableName
- the tableName to setpublic java.lang.String getResFile()
public void setResFile(java.lang.String resFile)
resFile
- the resFile to setpublic java.lang.String getDbName()
public void setDbName(java.lang.String dbName)
Copyright © 2012 The Apache Software Foundation