Component family |
Databases/JDBC |
|
Function |
Iterates on a set of table names through a defined JDBC |
|
Purpose |
Lists the names of a given set of JDBC tables using a select |
|
Basic settings |
Database type |
Select a database from the list, such as Mysql, Oracle, |
Component list |
Select the tJDBCConnection |
|
Advanced settings |
Use filter |
Select this check box to filter the tables to be iterated |
Regular expression for tables |
Enter the regular expression to identify table names. Available when Use filter is |
|
Filter criteria |
Select the criteria for filtering table names. Include: iterates on the table Exclude: iterates on the table Available when Use filter is |
|
tStatCatcher Statistics |
Select this check box to collect the log data at the component |
|
Global Variables |
CURRENT_TABLE: the name of the table currently iterated NB_TABLE: the number of tables iterated upon so far. This 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 Talend Studio |
|
Usage |
This component is to be used along with JDBC components, |
|
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. |
For tJDBCTableList related scenario,
see Scenario: Iterating on a DB table and listing its column names.