enum

Parsegres::AST::OrderByItem::NullsOrder

Inherits Enum < Comparable < Value < Object

Constants

FIRST = 0
LAST = 1

Instance methods

first?

Returns true if this enum value equals FIRST

Source
last?

Returns true if this enum value equals LAST

Source