upsert<T> abstract method

Future<T> upsert<T>(
  1. Upsert statement
)

Executes the insert or update statement and returns the primary key of inserted row

Implementation

Future<T> upsert<T>(Upsert statement);