
Component family |
Databases/MS SQL |
|
Function |
Iterates on all columns of a given table through a defined MS SQL |
|
Purpose |
Lists all column names of a given MSSql table. |
|
Basic settings |
Component list |
Select the tMSSqlConnection |
|
Table name |
Enter the name of the table. |
Dynamic settings |
Click the [+] button to add a row in the table and fill Once a dynamic parameter is defined, the Component List For more information on Dynamic settings and context |
|
Global Variables |
COLUMN_NAME: the name of the column currently iterated COLUMN_DEFAULT: the default value of the column currently IS_NULLABLE: nullability of the column currently DATA_TYPE: the data type of the column currently iterated CHARACTER_MAXIMUM_LENGTH: the maximum length in number of CHARACTER_OCTET_LENGTH: the maximum length in bytes of NUMERIC_PRECISION: the data precision of the column NUMERIC_PRECISION_RADIX: the data precision radix of the NUMERIC_SCALE: the scale in digits allowed in the column DATETIME_PRECISION: the datetime precision in fractional COLUMN_KEY: the key indicator 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 MSSql 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 tMSSqlColumnList related scenario, see Scenario: Iterating on a DB table and listing its column names.