Enum ActionEndSavepointRequest.Types.EndSavepoint
public enum ActionEndSavepointRequest.Types.EndSavepoint
Fields
[OriginalName("END_SAVEPOINT_RELEASE")] Release = 1Release the savepoint.
[OriginalName("END_SAVEPOINT_ROLLBACK")] Rollback = 2Roll back to a savepoint.
[OriginalName("END_SAVEPOINT_UNSPECIFIED")] Unspecified = 0