[Ur] row.T

Gergely Buday gbuday at gmail.com
Wed Nov 23 11:39:05 EST 2011


Hi,

in demo/sql.ur there is a queryX:

 rows <- queryX (SELECT * FROM t)
            (fn row => <xml><tr>
              <td>{[row.T.A]}</td> <td>{[row.T.B]}</td>
<td>{[row.T.C]}</td> <td>{[row.T.D]}</td>
              <td><form><submit action={delete row.T.A}
value="Delete"/></form></td>
            </tr></xml>);

Where does this T in row.T.A come from? Does row have any other field?

- Gergely



More information about the Ur mailing list