Class: PostgresPR::RowDescription::FieldInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/postgres-pr/message.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attr_nrObject

Returns the value of attribute attr_nr

Returns:

  • (Object)

    the current value of attr_nr



448
449
450
# File 'lib/postgres-pr/message.rb', line 448

def attr_nr
  @attr_nr
end

#atttypmodObject

Returns the value of attribute atttypmod

Returns:

  • (Object)

    the current value of atttypmod



448
449
450
# File 'lib/postgres-pr/message.rb', line 448

def atttypmod
  @atttypmod
end

#formatcodeObject

Returns the value of attribute formatcode

Returns:

  • (Object)

    the current value of formatcode



448
449
450
# File 'lib/postgres-pr/message.rb', line 448

def formatcode
  @formatcode
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



448
449
450
# File 'lib/postgres-pr/message.rb', line 448

def name
  @name
end

#oidObject

Returns the value of attribute oid

Returns:

  • (Object)

    the current value of oid



448
449
450
# File 'lib/postgres-pr/message.rb', line 448

def oid
  @oid
end

#type_oidObject

Returns the value of attribute type_oid

Returns:

  • (Object)

    the current value of type_oid



448
449
450
# File 'lib/postgres-pr/message.rb', line 448

def type_oid
  @type_oid
end

#typlenObject

Returns the value of attribute typlen

Returns:

  • (Object)

    the current value of typlen



448
449
450
# File 'lib/postgres-pr/message.rb', line 448

def typlen
  @typlen
end