Component family |
Databases/JDBC |
|
Function |
tJDBCSP calls the specified |
|
Purpose |
tJDBCSP offers a convenient way |
|
Basic settings |
JDBC URL |
Type in the database location path |
|
Driver JAR |
Click the plus button under the table to add lines of the count of |
|
Class Name |
Type in the Class name to be pointed to in the driver. |
|
Username and |
DB user authentication data. To enter the password, click the […] button next to the |
|
Schema and Edit |
In SP principle, the schema is an input parameter. A schema is a row description. It defines the number of fields to be processed and passed on Since version 5.6, both the Built-In mode and the Repository mode are |
|
|
Built-in: The schema is created |
|
|
Repository: The schema already |
Click Edit schema to make changes to the schema. If the
|
||
|
SP Name |
Type in the exact name of the Stored Procedure. |
|
Is Function / Return result |
Select this check box , if a value only is to be returned. Select on the list the schema column, the value to be returned is |
|
Parameters |
Click the Plus button and select the various Schema Columns that will be required by the Select the Type of IN: Input parameter
OUT: Output parameter/return
IN OUT: Input parameters is to be
RECORDSET: Input parameters is to NoteCheck Scenario 1: Inserting data in mother/daughter tables, if you want to analyze a set |
Specify a data source alias |
Select this check box and specify the alias of a data source created on the Talend Runtime side to use the shared connection pool defined in the data source configuration. WarningIf you use the component’s own DB configuration, your data source connection will be This check box is not available when the Use an existing |
|
Advanced settings |
tStatCatcher Statistics |
Select this check box to collect log data at the component |
Dynamic settings |
Click the [+] button to add a row in the table and fill The Dynamic settings table is available only when the For more information on Dynamic settings and context |
|
Usage |
This component is used as intermediary component. It can be used |
|
Log4j |
The activity of this component can be logged using the log4j feature. For more information on this feature, see Talend Studio User For more information on the log4j logging levels, see the Apache documentation at http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Level.html. |
|
Limitation |
The Stored Procedures syntax should match the Database syntax. |
For related scenarios, see:
Check as well Scenario 1: Inserting data in mother/daughter tables if you want to analyze a set of records from
a database table or DB query and return single records.