* Returns the number of fields that are currently in the record * * @return The number of fields in the record */
| 100 | * @return The number of fields in the record |
| 101 | */ |
| 102 | int TableRecord::Fields() const { |
| 103 | return p_fields.size(); |
| 104 | } |
| 105 | |
| 106 | /** |
| 107 | * Returns the number of bytes per record |