Component Family |
Databases/Informix |
|
Function |
tInformixSP calls procedures |
|
Purpose |
tInformixSP allows you to |
|
Basic settings |
Property type |
Either Built-in or Since version 5.6, both the Built-In mode and the Repository mode are |
|
|
Built-in: No properties stored |
|
|
Repository: Select the repository |
|
Use an existing connection |
Select this check box and in the Component List click the NoteWhen a Job contains the parent Job and the child Job, if you need to share an existing
For an example about how to share a database connection across Job levels, see |
|
Host |
Database server IP address. |
|
Port |
Listening port number of DB server. |
|
Database |
Name of the database. |
|
Schema |
Name of the schema. |
|
Username and |
User authentication information. To enter the password, click the […] button next to the |
|
Instance |
Name of the Informix instance to be used. This information can |
|
Schema and Edit |
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: You create and store the schema locally for this |
|
|
Repository: You have already created the schema and |
Click Edit schema to make changes to the schema. If the
|
||
|
SP Name |
Enter the exact name of the stored procedure (SP). |
|
Is Function / Return result |
Select this check box if only one value must be returned. From the list, select the the schema column upon which the value |
|
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 |
|
Use Transaction |
Clear this check box if the database is configured in the NO_LOG |
Advanced settings |
Additional JDBC parameters |
Specify additional connection properties for the DB connection you |
|
tStatCatcher Statistics |
Select this check box to collect log data at a 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 is an intermediary component. It can also be used as an entry |
|
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 procedure syntax must correspond to that of the This component requires installation of its related jar files. For more information about the |
For related scenarios, see:
Also, see Scenario 1: Inserting data in mother/daughter tables if you want to analyse a set of records in a
table or SQL query.