public class ImportColumnJDBC extends ImportColumn implements IImportColumnIndexed
IIndexColumn) and
by name (IImportColumnNamed. Use the appropriate constructor that
suits your need.| Constructor and Description |
|---|
ImportColumnJDBC(int index,
DataType<?> datatype)
Creates a new instance of this object with the given parameters.
|
ImportColumnJDBC(int index,
DataType<?> datatype,
boolean cleansing)
Creates a new instance of this object with the given parameters.
|
ImportColumnJDBC(int index,
java.lang.String aliasName,
DataType<?> datatype)
Creates a new instance of this object with the given parameters.
|
ImportColumnJDBC(int index,
java.lang.String aliasName,
DataType<?> datatype,
boolean cleansing)
Creates a new instance of this object with the given parameters.
|
ImportColumnJDBC(java.lang.String name,
DataType<?> datatype)
Creates a new instance of this object with the given parameters.
|
ImportColumnJDBC(java.lang.String name,
DataType<?> datatype,
boolean cleansing)
Creates a new instance of this object with the given parameters.
|
ImportColumnJDBC(java.lang.String name,
java.lang.String aliasName,
DataType<?> datatype)
Creates a new instance of this object with the given parameters.
|
ImportColumnJDBC(java.lang.String name,
java.lang.String aliasName,
DataType<?> datatype,
boolean cleansing)
Creates a new instance of this object with the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Returns the index this column refers to.
|
java.lang.String |
getName()
Returns the name this column refers to.
|
void |
setIndex(int index)
Sets the index this columns refers to.
|
void |
setName(java.lang.String name)
Sets the name this columns refers to.
|
getAliasName, getDataType, isCleansing, setAliasName, setCleansing, setDataTypepublic ImportColumnJDBC(int index,
DataType<?> datatype)
index - datatype - public ImportColumnJDBC(int index,
DataType<?> datatype,
boolean cleansing)
index - datatype - cleansing - public ImportColumnJDBC(int index,
java.lang.String aliasName,
DataType<?> datatype)
index - aliasName - datatype - public ImportColumnJDBC(int index,
java.lang.String aliasName,
DataType<?> datatype,
boolean cleansing)
index - aliasName - datatype - cleansing - public ImportColumnJDBC(java.lang.String name,
DataType<?> datatype)
name - datatype - public ImportColumnJDBC(java.lang.String name,
DataType<?> datatype,
boolean cleansing)
name - datatype - cleansing - public ImportColumnJDBC(java.lang.String name,
java.lang.String aliasName,
DataType<?> datatype)
name - aliasName - datatype - public ImportColumnJDBC(java.lang.String name,
java.lang.String aliasName,
DataType<?> datatype,
boolean cleansing)
name - aliasName - datatype - cleansing - public int getIndex()
IImportColumnIndexedgetIndex in interface IImportColumnIndexedindexpublic java.lang.String getName()
namepublic void setIndex(int index)
IImportColumnIndexedsetIndex in interface IImportColumnIndexedindex - indexpublic void setName(java.lang.String name)
name - name