Differences

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

Link to this comparison view

get_table_row [2013/08/08 19:53]
admin created
get_table_row [2013/08/08 19:53]
Line 1: Line 1:
-====== Add Table Column ====== 
- 
-===== Description ===== 
- 
-Get a row from a table. 
- 
-===== Inputs ===== 
- 
-^ Name ^ Type ^ Description ^ 
-| Keys  | [[Tuple Type|Tuple]] ​ | Keys corresponding to the desired row.  | 
-| Table  | [[Table Type|Table]] ​ | Table to extract the row from.  | 
- 
-===== Outputs ===== 
- 
-^ Name ^ Type ^ Description ^ 
-| Result ​ | [[Tuple Type|Tuple]] ​ | Row extracted from table. ​ | 
- 
-===== Group ===== 
- 
-[[Functor List#​Table|Table]] 
- 
-===== Notes ===== 
- 
-===== Internal Name ===== 
- 
-GetTableRow