enum

Parsegres::AST::LockingClause::WaitPolicy

Inherits Enum < Comparable < Value < Object

Constants

Wait = 0
NoWait = 1
SkipLocked = 2

Instance methods

no_wait?

Returns true if this enum value equals NoWait

Source
skip_locked?

Returns true if this enum value equals SkipLocked

Source
wait?

Returns true if this enum value equals Wait

Source