CopyTableProcessor

Top  Previous  Next

Parameter

class = de.isdss.util.processors.CopyTableProcessor

 

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