setSavepoint
Creates an unnamed savepoint within the current transaction and returns it.
Return
The created OctaviusSavepoint.
Creates a named savepoint within the current transaction and returns it.
Return
The created OctaviusSavepoint.
Parameters
name
The specific name to assign to the savepoint.