formatTuple(self,
tuple,
lastTuple=None)
|
|
Given a result set tuple, as in from DBUtil.execute, write out a
representation suitable for html output with one
<tr>...</tr> block per row, with each column delimited by
<td>...</td> blocks.
If headerRow was set on instantiation, the first time this method is
called, the row output will formatter based on the specified
headerRowFormat.
This does NOT output the <table> and </table> tags, which
the caller should manage instead. This allows the caller to set table
properties as desired.
- Overrides:
ResultsFormatter.formatTuple
|