Class: PostgresPR::RowDescription::FieldInfo
- Inherits:
-
Struct
- Object
- Struct
- PostgresPR::RowDescription::FieldInfo
- Defined in:
- lib/postgres-pr/message.rb
Instance Attribute Summary collapse
-
#attr_nr ⇒ Object
Returns the value of attribute attr_nr.
-
#atttypmod ⇒ Object
Returns the value of attribute atttypmod.
-
#formatcode ⇒ Object
Returns the value of attribute formatcode.
-
#name ⇒ Object
Returns the value of attribute name.
-
#oid ⇒ Object
Returns the value of attribute oid.
-
#type_oid ⇒ Object
Returns the value of attribute type_oid.
-
#typlen ⇒ Object
Returns the value of attribute typlen.
Instance Attribute Details
#attr_nr ⇒ Object
Returns the value of attribute attr_nr
423 424 425 |
# File 'lib/postgres-pr/message.rb', line 423 def attr_nr @attr_nr end |
#atttypmod ⇒ Object
Returns the value of attribute atttypmod
423 424 425 |
# File 'lib/postgres-pr/message.rb', line 423 def atttypmod @atttypmod end |
#formatcode ⇒ Object
Returns the value of attribute formatcode
423 424 425 |
# File 'lib/postgres-pr/message.rb', line 423 def formatcode @formatcode end |
#name ⇒ Object
Returns the value of attribute name
423 424 425 |
# File 'lib/postgres-pr/message.rb', line 423 def name @name end |
#oid ⇒ Object
Returns the value of attribute oid
423 424 425 |
# File 'lib/postgres-pr/message.rb', line 423 def oid @oid end |
#type_oid ⇒ Object
Returns the value of attribute type_oid
423 424 425 |
# File 'lib/postgres-pr/message.rb', line 423 def type_oid @type_oid end |
#typlen ⇒ Object
Returns the value of attribute typlen
423 424 425 |
# File 'lib/postgres-pr/message.rb', line 423 def typlen @typlen end |