execute method

  1. @MPI(name: "mesh.savepoint.execute")
Future<Uint8List?> execute(
  1. DtxBranch branch, {
  2. Context? ctx,
})

Execute a savepoint sql.

Implementation

@MPI(name: "mesh.savepoint.execute")
Future<Uint8List?> execute(DtxBranch branch, {Context? ctx}) {
  throw UnimplementedError('execute() has not been implemented.');
}