Klasse ImportColumnJDBC

java.lang.Object
org.deidentifier.arx.io.ImportColumn
org.deidentifier.arx.io.ImportColumnJDBC
Alle implementierten Schnittstellen:
IImportColumnIndexed

public class ImportColumnJDBC extends ImportColumn implements IImportColumnIndexed
Represents a single JDBC data column JDBC columns can be referred to by both an index (
Ungültige Referenz
IIndexColumn
) and by name (IImportColumnNamed. Use the appropriate constructor that suits your need.
  • Konstruktordetails

    • ImportColumnJDBC

      public ImportColumnJDBC(int index, DataType<?> datatype)
      Creates a new instance of this object with the given parameters.
      Parameter:
      index -
      datatype -
    • ImportColumnJDBC

      public ImportColumnJDBC(int index, DataType<?> datatype, boolean cleansing)
      Creates a new instance of this object with the given parameters.
      Parameter:
      index -
      datatype -
      cleansing -
    • ImportColumnJDBC

      public ImportColumnJDBC(int index, String aliasName, DataType<?> datatype)
      Creates a new instance of this object with the given parameters.
      Parameter:
      index -
      aliasName -
      datatype -
    • ImportColumnJDBC

      public ImportColumnJDBC(int index, String aliasName, DataType<?> datatype, boolean cleansing)
      Creates a new instance of this object with the given parameters.
      Parameter:
      index -
      aliasName -
      datatype -
      cleansing -
    • ImportColumnJDBC

      public ImportColumnJDBC(String name, DataType<?> datatype)
      Creates a new instance of this object with the given parameters.
      Parameter:
      name -
      datatype -
    • ImportColumnJDBC

      public ImportColumnJDBC(String name, DataType<?> datatype, boolean cleansing)
      Creates a new instance of this object with the given parameters.
      Parameter:
      name -
      datatype -
      cleansing -
    • ImportColumnJDBC

      public ImportColumnJDBC(String name, String aliasName, DataType<?> datatype)
      Creates a new instance of this object with the given parameters.
      Parameter:
      name -
      aliasName -
      datatype -
    • ImportColumnJDBC

      public ImportColumnJDBC(String name, String aliasName, DataType<?> datatype, boolean cleansing)
      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: IImportColumnIndexed
      Returns the index this column refers to.
      Angegeben von:
      getIndex in Schnittstelle IImportColumnIndexed
      Gibt zurück:
      index
    • getName

      public String getName()
      Gibt zurück:
      name
    • setIndex

      public void setIndex(int index)
      Beschreibung aus Schnittstelle kopiert: IImportColumnIndexed
      Sets the index this columns refers to.
      Angegeben von:
      setIndex in Schnittstelle IImportColumnIndexed
      Parameter:
      index - index
    • setName

      public void setName(String name)
      Parameter:
      name - name