Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
add_table_column [2013/08/08 19:31]
127.0.0.1 external edit
add_table_column [2015/10/14 03:10] (current)
admin
Line 8: Line 8:
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| Table  | [[Table Type|Table]]  | Table where the new column will be created. ​ | +| Table  | [[Table Type]] ​ | Table where the new column will be created. ​ | 
-| Column Name  | [[Name Type|Name]]  | The new column name.  |+| Column Name  | [[Name Type]] ​ | The new column name.  |
 | Column Type  | [[Table Cell Type]] ​ | The new column cell type.  | | Column Type  | [[Table Cell Type]] ​ | The new column cell type.  |
 ===== Optional Inputs ===== ===== Optional Inputs =====
  
 ^ Name ^ Type ^ Description ^ Default Value ^ ^ Name ^ Type ^ Description ^ Default Value ^
-| Column Index  | [[Non Negative ​Int Type|Non Negative Int Type]] ​ | Index representing the position where the column will be inserted. If the index is zero or greater than the last column index, the column is placed as the last table column. ​ | 0  | +| Column Index  | [[Non Negative ​Integer Value Type]] ​ | Index representing the position where the column will be inserted. If the index is zero or greater than the last column index, the column is placed as the last table column. ​ | 0  | 
-| Column Should Be Key  | [[Bool Type|Bool]]  | This flag is meaningful only when the column is created after the last key column and before the first data column. If true, the new column represents a key column, otherwise, it represents a data one.  | True  |+| Column Should Be Key  | [[Boolean Value Type]] ​ | This flag is meaningful only when the column is created after the last key column and before the first data column. If true, the new column represents a key column, otherwise, it represents a data one.  | True  |
  
 ===== Outputs ===== ===== Outputs =====
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| Result ​ | [[Table Type|Table]]  | The resulting table containing the new column. ​ |+| Result ​ | [[Table Type]] ​ | The resulting table containing the new column. ​ |
  
 ===== Group ===== ===== Group =====
Line 43: Line 43:
  
 ^ Key1*  ^ New_Column* ​ ^ Key2*  ^ Value1 ​ ^ Value2 ​ ^ ^ Key1*  ^ New_Column* ​ ^ Key2*  ^ Value1 ​ ^ Value2 ​ ^
-| 1  |@green: 0.0  | 2  | 2.2  | 3.1  | +| 1  |@#C5D9FF: 0.0  | 2  | 2.2  | 3.1  | 
-| 1  |@green: 0.0  | 3  | 2.1  | 3.1  | +| 1  |@#C5D9FF: 0.0  | 3  | 2.1  | 3.1  | 
-| 1  |@green: 0.0  | 6  | 1.2  | 4.2  | +| 1  |@#C5D9FF: 0.0  | 6  | 1.2  | 4.2  | 
-| 2  |@green: 0.0  | 2  | 3.2  | 6.1  |+| 2  |@#C5D9FF: 0.0  | 2  | 3.2  | 6.1  |
  
 ===== Internal Name ===== ===== Internal Name =====
  
 AddTableColumn AddTableColumn