begin method
- @MPI(name: "mesh.savepoint.begin")
- DtxDefinition definition, {
- Context? ctx,
Begin a savepoint, this method will blocked a database transaction connection with timeout.
Implementation
@MPI(name: "mesh.savepoint.begin")
Future<String?> begin(DtxDefinition definition, {Context? ctx}) {
throw UnimplementedError('begin() has not been implemented.');
}