Klasse ImportConfigurationJDBC

java.lang.Object
org.deidentifier.arx.io.ImportConfiguration
org.deidentifier.arx.io.ImportConfigurationJDBC

public class ImportConfigurationJDBC extends ImportConfiguration
Configuration describing a JDBC source.
  • Konstruktordetails

    • ImportConfigurationJDBC

      public ImportConfigurationJDBC(Connection connection, String table)
      Creates a new instance of this object.
      Parameter:
      connection -
      Ungültige Referenz
      #setConnection(Connection)
      table -
      Ungültige Referenz
      #setTable(String)
    • ImportConfigurationJDBC

      public ImportConfigurationJDBC(String url, String table) throws SQLException
      Creates a new instance of this object.
      Parameter:
      url -
      table -
      Ungültige Referenz
      #setTable(String)
      Löst aus:
      SQLException
    • ImportConfigurationJDBC

      public ImportConfigurationJDBC(String url, String user, String password, String table) throws SQLException
      Creates a new instance of this object.
      Parameter:
      url -
      user -
      password -
      table -
      Ungültige Referenz
      #setTable(String)
      Löst aus:
      SQLException
  • Methodendetails