Klasse CopyTableProcessor

java.lang.Object
net.simplace.pipe.control.FWProcessor
net.simplace.pipe.processors.CopyTableProcessor

public class CopyTableProcessor extends FWProcessor
This processor performs SQL-Statements on two existing Databases to copy the content of one table
Parameter Description
db_conn_source JDBC sonnection of source database from Pipeline.
db_conn_target JDBC sonnection of target database from Pipeline.
table_name Tablename of source table in source database.
target_table_name (optional) Tablename of target table in target database. If not given same name is used
Autor:
Andreas Enders
  • Konstruktordetails

    • CopyTableProcessor

      public CopyTableProcessor()
  • Methodendetails

    • process

      protected boolean process() throws PipeLineException
      Beschreibung aus Klasse kopiert: FWProcessor
      Must be overridden to implement concrete pipe procedure.
      Angegeben von:
      process in Klasse FWProcessor
      Gibt zurück:
      success
      Löst aus:
      PipeLineException
    • checkInParameterMap

      public boolean checkInParameterMap()
      Checks whether the in-channel contains all required parameters.
      Setzt außer Kraft:
      checkInParameterMap in Klasse FWProcessor
      Gibt zurück:
      true if not overridden by implementations