Package org.deidentifier.arx.io
Klasse ImportColumnJDBC
java.lang.Object
org.deidentifier.arx.io.ImportColumn
org.deidentifier.arx.io.ImportColumnJDBC
- Alle implementierten Schnittstellen:
IImportColumnIndexed
Represents a single JDBC data column
JDBC columns can be referred to by both an index (
) and
by name (
Ungültige Referenz
IIndexColumn
IImportColumnNamed. Use the appropriate constructor that
suits your need.-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungImportColumnJDBC(int index, String aliasName, DataType<?> datatype) Creates a new instance of this object with the given parameters.ImportColumnJDBC(int index, String aliasName, DataType<?> datatype, boolean cleansing) Creates a new instance of this object with the given parameters.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(String name, String aliasName, DataType<?> datatype) Creates a new instance of this object with the given parameters.ImportColumnJDBC(String name, String aliasName, DataType<?> datatype, boolean cleansing) Creates a new instance of this object with the given parameters.ImportColumnJDBC(String name, DataType<?> datatype) Creates a new instance of this object with the given parameters.ImportColumnJDBC(String name, DataType<?> datatype, boolean cleansing) Creates a new instance of this object with the given parameters. -
Methodenübersicht
Von Klasse geerbte Methoden org.deidentifier.arx.io.ImportColumn
getAliasName, getDataType, isCleansing, setAliasName, setCleansing, setDataType
-
Konstruktordetails
-
ImportColumnJDBC
Creates a new instance of this object with the given parameters.- Parameter:
index-datatype-
-
ImportColumnJDBC
Creates a new instance of this object with the given parameters.- Parameter:
index-datatype-cleansing-
-
ImportColumnJDBC
Creates a new instance of this object with the given parameters.- Parameter:
index-aliasName-datatype-
-
ImportColumnJDBC
Creates a new instance of this object with the given parameters.- Parameter:
index-aliasName-datatype-cleansing-
-
ImportColumnJDBC
Creates a new instance of this object with the given parameters.- Parameter:
name-datatype-
-
ImportColumnJDBC
Creates a new instance of this object with the given parameters.- Parameter:
name-datatype-cleansing-
-
ImportColumnJDBC
Creates a new instance of this object with the given parameters.- Parameter:
name-aliasName-datatype-
-
ImportColumnJDBC
Creates a new instance of this object with the given parameters.- Parameter:
name-aliasName-datatype-cleansing-
-
-
Methodendetails
-
getIndex
public int getIndex()Beschreibung aus Schnittstelle kopiert:IImportColumnIndexedReturns the index this column refers to.- Angegeben von:
getIndexin SchnittstelleIImportColumnIndexed- Gibt zurück:
index
-
getName
- Gibt zurück:
name
-
setIndex
public void setIndex(int index) Beschreibung aus Schnittstelle kopiert:IImportColumnIndexedSets the index this columns refers to.- Angegeben von:
setIndexin SchnittstelleIImportColumnIndexed- Parameter:
index-index
-
setName
- Parameter:
name-name
-