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



441
442
443
# File 'lib/postgres-pr/message.rb', line 441

def attr_nr
  @attr_nr
end

#atttypmodObject

Returns the value of attribute atttypmod

Returns:

  • (Object)

    the current value of atttypmod



441
442
443
# File 'lib/postgres-pr/message.rb', line 441

def atttypmod
  @atttypmod
end

#formatcodeObject

Returns the value of attribute formatcode

Returns:

  • (Object)

    the current value of formatcode



441
442
443
# File 'lib/postgres-pr/message.rb', line 441

def formatcode
  @formatcode
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



441
442
443
# File 'lib/postgres-pr/message.rb', line 441

def name
  @name
end

#oidObject

Returns the value of attribute oid

Returns:

  • (Object)

    the current value of oid



441
442
443
# File 'lib/postgres-pr/message.rb', line 441

def oid
  @oid
end

#type_oidObject

Returns the value of attribute type_oid

Returns:

  • (Object)

    the current value of type_oid



441
442
443
# File 'lib/postgres-pr/message.rb', line 441

def type_oid
  @type_oid
end

#typlenObject

Returns the value of attribute typlen

Returns:

  • (Object)

    the current value of typlen



441
442
443
# File 'lib/postgres-pr/message.rb', line 441

def typlen
  @typlen
end