Class: Pcrd::Replication::Pgoutput::Messages::RelationColumn

Inherits:
Data
  • Object
show all
Defined in:
lib/pcrd/replication/pgoutput/messages.rb

Overview

One column description inside a Relation message.

Instance Attribute Summary collapse

Instance Attribute Details

#flagsObject (readonly)

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



15
16
17
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 15

def flags
  @flags
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



15
16
17
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 15

def name
  @name
end

#type_idObject (readonly)

Returns the value of attribute type_id

Returns:

  • (Object)

    the current value of type_id



15
16
17
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 15

def type_id
  @type_id
end

#type_modifierObject (readonly)

Returns the value of attribute type_modifier

Returns:

  • (Object)

    the current value of type_modifier



15
16
17
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 15

def type_modifier
  @type_modifier
end