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



439
440
441
# File 'lib/postgres-pr/message.rb', line 439

def attr_nr
  @attr_nr
end

#atttypmodObject

Returns the value of attribute atttypmod

Returns:

  • (Object)

    the current value of atttypmod



439
440
441
# File 'lib/postgres-pr/message.rb', line 439

def atttypmod
  @atttypmod
end

#formatcodeObject

Returns the value of attribute formatcode

Returns:

  • (Object)

    the current value of formatcode



439
440
441
# File 'lib/postgres-pr/message.rb', line 439

def formatcode
  @formatcode
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



439
440
441
# File 'lib/postgres-pr/message.rb', line 439

def name
  @name
end

#oidObject

Returns the value of attribute oid

Returns:

  • (Object)

    the current value of oid



439
440
441
# File 'lib/postgres-pr/message.rb', line 439

def oid
  @oid
end

#type_oidObject

Returns the value of attribute type_oid

Returns:

  • (Object)

    the current value of type_oid



439
440
441
# File 'lib/postgres-pr/message.rb', line 439

def type_oid
  @type_oid
end

#typlenObject

Returns the value of attribute typlen

Returns:

  • (Object)

    the current value of typlen



439
440
441
# File 'lib/postgres-pr/message.rb', line 439

def typlen
  @typlen
end