enum

Ralph::Query::LockClause::Option

Inherits Enum / Comparable / Value / Object

Constants

None = 0
Nowait = 1
SkipLocked = 2

Instance methods

none?

Returns true if this enum value equals None

Source
nowait?

Returns true if this enum value equals Nowait

Source
skip_locked?

Returns true if this enum value equals SkipLocked

Source