| Author | Erik Johnson |
| Creation date | 06/01/2011 |
| Firing policy | all |
| Package | org.seasr.meandre.components.io.datasource |
DESCRIPTION
Overview:
This component writes a D2K table into a databse. The user specifies the name of the database table. The user sets createTable = true if the table needs to be created in the databse. If createTable is false, it will append the d2k table to an existing database table.
INPUTS
| Name | Description | Example |
|---|---|---|
Table |
The input D2K table to write |
|
Connection |
The input databse connection |
OUTPUTS
| Name | Description | Example |
|---|---|---|
Connection |
Connection out |
PROPERTIES
| Name | Description | Default value |
|---|---|---|
Table_Name |
The name of the table to create in the database |
|
Create_Table |
The name of the table to create in the database |
TRUE |
Add Comment