cSQLConnection Standard properties
These properties are used to configure cSQLConnection running in the Standard Route framework.
The Standard cSQLConnection component belongs to the Connectivity family.
Basic settings
Database |
Select the way the connection details will be set.
You can drag and drop a JDBC connection from the Metadata node of the Repository tree view to the design workspace to create a cSQLConnection component. Information noteNote: This option is available only if you have installed the R2023-05 Talend Studio Monthly update or a later one delivered by Talend. For more information, check with your administrator.
|
Driver Class |
Enter the class name for the specified driver between double quotation marks. |
Driver JAR |
Complete this table to load the driver JARs needed. To do this, click the [+] button under the table to add as many rows as needed, each row for a driver JAR, then select the cell and click the [...] button at the right side of the cell to open the Module dialog box from which you can select the driver JAR to be used. For more information, see Importing a database driver. |
JDBC URL | The JDBC URL of the database to be used. |
Authentication |
Select this check box to enter the database user authentication data. The User Id and Password fields appear when this check box is selected. To enter the password, click the [...] button next to the password field, enter the password in double quotes in the pop-up dialog box, and click OK to save the settings. |
Specify a data source alias |
Select this check box and in the Data source alias field displayed, 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. This option works only when you deploy and run your Route in Talend Runtime. |
Advanced settings
Initial Connections |
Specify the maximum number of initial connections. |
Max Connections | Specify the maximum number of connections. |
Min Idle Connections |
Specify the minimum number of idle connections (connections not used). |
Max Idle Connections | Specify the maximum number of idle connections (connections not used). |
Set Timeouts | Select this check box to set the timeout options.
|
Use validation query | Select this check box to validate the database connection using a query.
|
Use SQL Initialization | Select this check box to initialize the database server by entering a query in the Init Query box. |
Usage
Usage rule |
cSQLConnection can be added directly in a Route without any input or output component linked. |
Limitation |
n/a |