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, setDataType
public 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()
IImportColumnIndexed
getIndex
in interface IImportColumnIndexed
index
public java.lang.String getName()
name
public void setIndex(int index)
IImportColumnIndexed
setIndex
in interface IImportColumnIndexed
index
- index
public void setName(java.lang.String name)
name
- name