rollbackWithChain method
deno-postgres@v0.17.0/Transaction/rollback.
Implementation
Future<void> rollbackWithChain() => callFutureMethod(
this,
'rollback',
[
jsify({'chain': true}),
],
);
deno-postgres@v0.17.0/Transaction/rollback.
Future<void> rollbackWithChain() => callFutureMethod(
this,
'rollback',
[
jsify({'chain': true}),
],
);