tJDBCSP
easily.
tJDBCSP Standard properties
These properties are used to configure tJDBCSP running in the Standard Job framework.
The Standard
tJDBCSP component belongs to the Databases family.
The component in this framework is generally available.
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 (columns) to |
|
|
Built-in: The schema is created |
|
|
Repository: The schema already |
|
Click Edit schema to make changes to the schema.
|
|
|
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 Note:
Check Scenario: 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 If 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 |
Usage
|
Usage rule |
This component is used as intermediary component. It can be used |
|
Dynamic settings |
Click the [+] button to add a The Dynamic settings table is For examples on using dynamic parameters, see Scenario: Reading data from databases through context-based dynamic connections and Scenario: Reading data from different MySQL databases using dynamically loaded connection parameters. For more information on Dynamic |
|
Limitation |
The Stored Procedures syntax should match the Database syntax. |
Related scenario
For related scenarios, see:
Check as well Scenario: 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.