getNumFields method

int getNumFields()

Return the number of fields in the records.

@return The number of fields in this table.

Implementation

int getNumFields() {
  return fields.length;
}