enum

Avram::Migrator::CreateFunctionStatement::Behavior

Inherits Enum < Comparable < Value < Object

Constants

IMMUTABLE = 0
STABLE = 1
VOLATILE = 2

Instance methods

immutable?

Returns true if this enum value equals IMMUTABLE

Source
stable?

Returns true if this enum value equals STABLE

Source
volatile?

Returns true if this enum value equals VOLATILE

Source