Component family |
Databases/JDBC |
|
Function |
Iterates on all columns of a given table through a defined JDBC |
|
Purpose |
Lists all column names of a given JDBC table. |
|
Basic settings |
Database Type |
Select the type of the database to be accessed. |
Component list |
Select the tJDBCConnection |
|
|
Table name |
Enter the name of the table. |
|
Die on error |
Select this check box to stop the execution of the Job when an error occurs. Clear the check box to skip any rows on error and complete the process for error-free rows. |
Global Variables |
CURRENT_COLUMN: the name of the column currently iterated CURRENT_COLUMN_TYPE: the ID of the type of the column CURRENT_COLUMN_TYPE_NAME: the name of the type of the CURRENT_COLUMN_PRECISION: the precision of the column CURRENT_COLUMN_SCALE: the scale of the column currently NB_COLUMN: the number of columns iterated upon so far. 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. |
|
Limitation |
n/a |
For tJDBCColumnList related scenario, see Scenario: Iterating on a DB table and listing its column names.