enum

PG::Replication::CopyBoth::Format

Inherits Enum / Comparable / Value / Object

Constants

Text = 0_i8
Binary = 1_i8

Instance methods

binary?

Returns true if this enum value equals Binary

Source
text?

Returns true if this enum value equals Text

Source