getLargestFieldSize method

int getLargestFieldSize()

Get the largest field size of this table.

@return The largest field size in bytes.

Implementation

int getLargestFieldSize() {
  return largestFieldSize;
}