doInsertRelationship method
FutureOr<bool>
doInsertRelationship(
- TransactionOperation op,
- String field,
- dynamic id,
- String otherTableName,
- List otherIds, [
- 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,
);