tJDBCOutput Standard properties
These properties are used to configure tJDBCOutput running in the Standard Job framework.
The Standard
tJDBCOutput component belongs to the Databases family.
The component in this framework is available in all Talend
products.
connector. The properties related to database settings vary depending on your database
type selection. For more information about dynamic database connectors, see Dynamic database components.
Basic settings
Database |
Select a type of database from the list and click |
Property Type |
Select the way the connection details
This property is not available when other connection component is selected |
Click this icon to open a database connection wizard and store the For more information about setting up and storing database |
|
Connection Component |
Select the component that opens the database connection to be reused by this |
JDBC URL |
The JDBC URL of the database to be used. For |
Drivers |
Complete this table to load the driver JARs needed. To do For more information, see Importing a database driver. |
Driver Class |
Enter the class name for the specified driver between double |
Use Id and Password |
The database user authentication data. To enter the password, click the […] button next to the |
Table Name |
The name of the table into |
Data Action |
Select an action to be performed on data of the table defined.
Warning:
It is necessary to specify at least one column as a |
Clear data in table |
Select this check box to clear data in the table before performing the |
Schema and Edit schema |
A schema is a row description. It defines the number of fields
When the schema to be reused has default values that are You can find more details about how to Click Edit
schema to make changes to the schema. Note: If you
make changes, the schema automatically becomes built-in.
|
Guess Schema |
Click this button to generate schema columns based on the settings of database table |
Die on error |
Select the check box to stop the execution of the Job when an error Clear the check box to skip any rows on error and complete the When errors are skipped, you can collect the rows on error |
Specify a data source alias |
Select this check box and in the If you use the component’s own DB configuration, your data source This property is not available when other connection component is selected from |
Advanced settings
Commit every |
Specify the number of rows to be processed before committing This option ensures transaction quality (but not rollback) and, above all, better |
Additional Columns |
This option allows you to call SQL functions to perform actions on columns, which are
|
Use field options |
Select this check box and in the Fields options table
|
Debug query mode |
Select this check box to display each step during processing entries |
Use Batch |
Select this check box to activate the batch mode for data |
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the Job level |
Enable parallel execution |
Select this check box to perform high-speed data processing by treating Note: When parallel execution is enabled, it is not possible to use global
variables to retrieve return values. |
Global Variables
ERROR_MESSAGE |
The error message generated by the component when an error occurs. This is an After |
NB_LINE |
The number of rows processed. This is an After variable and it returns an integer. |
NB_LINE_INSERTED |
The number of rows inserted. This is an After variable and it returns an integer. |
NB_LINE_UPDATED |
The number of rows updated. This is an After variable and it returns an integer. |
NB_LINE_DELETED |
The number of rows deleted. This is an After variable and it returns an integer. |
NB_LINE_REJECTED |
The number of rows rejected. This is an After variable and it returns an integer. |
QUERY |
The query statement being processed. This is a Flow variable and it returns a |
Usage
Usage rule |
This component offers the flexibility benefit of the This component must be used as an output component. It |
Dynamic settings |
Click the [+] button to add a row in the table For examples on using dynamic parameters, see Reading data from databases through context-based dynamic connections and Reading data from different MySQL databases using dynamically loaded connection parameters. For more information on Dynamic |