tEXARow
Executes SQL queries on an EXASolution database.
Depending on the nature of the query and the database,
tEXARow acts on the actual structure of the database, or indeed the
data, although without modifying them. The Row suffix indicates that it is used to channel a
flow in a Job although it does not produce any output data.
tEXARow Standard properties
These properties are used to configure tEXARow running in the Standard Job framework.
The Standard
tEXARow 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 |
Either Built-In or Repository.
|
Use an existing connection |
Select this check box and from the list displayed select the Note: When a Job contains the parent Job and the child Job, if you
need to share an existing connection between the two levels, for example, to share the connection created by the parent Job with the child Job, you have to:
For an example about how to share a database connection |
Host |
Enter the host or host list of the EXASol database servers. EXASol can run in a cluster |
Port |
Enter the listening port number of the EXASolution database cluster. |
Schema name |
Enter the name of the schema you want to use. |
Username and Password |
Enter the user authentication data to access the EXASolution database. To enter the password, click the […] button next to the |
Schema and Edit |
A schema is a row description. It defines the number of fields
|
 |
Click Edit
|
Table Name |
Enter the name of the table to be processed. |
Query Type |
Either Built-In or Repository
|
Guess Query |
Click the Guess Query button to |
Query |
Enter the database query paying particularly attention to the proper |
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 process for |
Advanced settings
Additional JDBC parameters |
Specify additional connection properties for the database connection you are This field is not available if the Use an existing |
Propagate QUERY’s recordset |
Select this check box to insert the query results in one of the flow |
Use PreparedStatement |
Select this check box to use prepared statements and in the Set PreparedStatement Parameters table
|
Commit every |
Enter the number of rows to be included in each batch before the data |
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the Job level |
Global Variables
Global Variables |
QUERY: the query statement being processed. This is a Flow
ERROR_MESSAGE: the error message generated by the A Flow variable functions during the execution of a component while an After variable To fill up a field or expression with a variable, press Ctrl + For further information about variables, see |
Usage
Usage rule |
This component offers query flexibility as it covers all possible SQL |
Limitation |
Due to license incompatibility, one or more JARs required to use |
Related Scenario
For similar scenarios using other databases, see: