Table of Contents

Enum ActionEndSavepointRequest.Types.EndSavepoint

Namespace
Arrow.Flight.Protocol.Sql
Assembly
Apache.Arrow.Flight.Sql.dll
public enum ActionEndSavepointRequest.Types.EndSavepoint

Fields

[OriginalName("END_SAVEPOINT_RELEASE")] Release = 1

Release the savepoint.

[OriginalName("END_SAVEPOINT_ROLLBACK")] Rollback = 2

Roll back to a savepoint.

[OriginalName("END_SAVEPOINT_UNSPECIFIED")] Unspecified = 0