<div class="content" name="CERTTRANSDBRESULTROW_MF" uuid="ec3c1ce3-3032-43e6-9aa2-2f3ff061fe23"><p>The <b>CERTTRANSDBRESULTROW</b> packet is specified as
follows.</p><p>The Row header includes the <b>rowid</b>, <b>ccol</b>, and <b>cbrow</b>
fields of the <b>CERTTRANSDBRESULTROW</b> structure (section <span><a href="00bd8e2e-a9fb-4555-a9f1-7dff91d6e5b3" data-linktype="relative-path">2.2.3</a></span>),
implemented as similarly-named fields in the packet diagram shown below. A
complete Row header MUST appear prior to any row data, which appears in the row
data byte array at the end of the packet. Row data is composed of one or more <b>CERTTRANSDBRESULTCOLUMN</b>
structures. The count of structures is specified in the <b>ccol</b> field
value.</p><table>
 <tbody><tr>
  <th><p><br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>1<br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>2<br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>3<br/>0</p></th>
  <th><p><br/>1</p></th>
 </tr>
 <tr>
  <td colspan="32">Row_rowid</td>
 </tr>
 <tr>
  <td colspan="32">Row_ccol</td>
 </tr>
 <tr>
  <td colspan="32">Row_cbrow</td>
 </tr>
 <tr>
  <td colspan="32">Array_of_CERTTRANSDBRESULTCOLUMN (variable)</td>
 </tr>
 <tr>
  <td colspan="32">...</td>
 </tr>
</tbody></table><p><b>Row_rowid (4 bytes): </b>The value identifying
this particular row. The value MUST be <span><a href="c6451297-197d-4b4b-b786-3f3187b67b8f#gt_079478cb-f4c5-4ce5-b72b-2144da5d2ce7" data-linktype="relative-path">little-endian</a></span>
encoded.</p><p><b>Row_ccol (4 bytes): </b>The value indicating the
number of columns in this particular row. The value MUST be little-endian
encoded.</p><p><b>Row_cbrow (4 bytes): </b>The total length, in
bytes, of the data for this particular row. The length value MUST be
little-endian encoded.</p><p><b>Array_of_CERTTRANSDBRESULTCOLUMN (variable): </b>An
array of <b>CERTTRANSDBRESULTCOLUMN</b> structures, as specified in section <span><a href="ac07551a-37af-4c8a-84f2-3c278a5770ed" data-linktype="relative-path">2.2.1.10</a></span>.</p></div>