doUpdateSQL abstract method

FutureOr doUpdateSQL(
  1. String entityName,
  2. String table,
  3. SQL sql,
  4. Object id,
  5. Transaction transaction,
  6. C connection, {
  7. bool allowAutoInsert = false,
})

Implementation

FutureOr<dynamic> doUpdateSQL(String entityName, String table, SQL sql,
    Object id, Transaction transaction, C connection,
    {bool allowAutoInsert = false});