Class: Pgoutput::Messages::Type

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

Overview

PostgreSQL type metadata message.

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



77
# File 'lib/pgoutput/messages.rb', line 77

Type = Data.define(:oid, :schema, :name)

#oidObject (readonly)

Returns the value of attribute oid

Returns:

  • (Object)

    the current value of oid



77
# File 'lib/pgoutput/messages.rb', line 77

Type = Data.define(:oid, :schema, :name)

#schemaObject (readonly)

Returns the value of attribute schema

Returns:

  • (Object)

    the current value of schema



77
# File 'lib/pgoutput/messages.rb', line 77

Type = Data.define(:oid, :schema, :name)