insert abstract method

T insert(
  1. T record
)

Insert a record

Implementation

T insert(T record);