None. |
Attribute Name | Description | Usage (Getter/Setter) |
name | Name of the column. | In stored procedures: *.name/use t_column constructor In Java: getName/setName In Integration Server: Use the given hook specification. |
value | Value of the column. Dates use the format YYYY-MM-DDHH:MI:SS. Where, HH should be in the twenty-four-hour format. For example: 2012-09-11 13:30:32 | In stored procedures: iHook package function: iHook.getColumnValue/iHook.setColumnValue 0 - false 1 - true In Java: getValue/setValue In Integration Server: Use the given hook specification. |