isInsert method

bool isInsert()

Implementation

bool isInsert() {
  return eventType == INSERT;
}