public class DataImportPreProcessConfig.ColumnColumn
extends java.lang.Object
| Constructor and Description |
|---|
ColumnColumn() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getQueryColumnName()
Returns the column name of the table in the query in upper case.
|
java.lang.String |
getSeparator()
Returns the separator.
|
java.lang.String |
getTableColumnName()
Returns the table column name.
|
void |
setQueryColumnName(java.lang.String name)
Sets the column name of the table in the query.
|
void |
setSeparator(java.lang.String sep)
Sets the value separator.
|
void |
setTableColumnName(java.lang.String name)
Sets the column name in the temporary table
|
public java.lang.String getQueryColumnName()
public void setQueryColumnName(java.lang.String name)
name - The column name of the table in the query.public java.lang.String getTableColumnName()
public void setTableColumnName(java.lang.String name)
name - The column name of the temporary table.public java.lang.String getSeparator()
public void setSeparator(java.lang.String sep)
sep - The value separator.