doInsertRelationship method

FutureOr<bool> doInsertRelationship(
  1. TransactionOperation op,
  2. String field,
  3. dynamic id,
  4. String otherTableName,
  5. List otherIds, [
  6. PreFinishDBOperation<bool, bool>? preFinish,
])

Implementation

FutureOr<bool> doInsertRelationship(TransactionOperation op, String field,
        dynamic id, String otherTableName, List otherIds,
        [PreFinishDBOperation<bool, bool>? preFinish]) =>
    databaseAdapter.doInsertRelationship(
        op, name, tableName, field, id, otherTableName, otherIds, preFinish);