Class: PG::Replication::PGOutput::Column
- Inherits:
-
Data
- Object
- Data
- PG::Replication::PGOutput::Column
- Defined in:
- lib/pg/replication/pg_output.rb
Instance Attribute Summary collapse
-
#flags ⇒ Object
readonly
Returns the value of attribute flags.
-
#modifier ⇒ Object
readonly
Returns the value of attribute modifier.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#oid ⇒ Object
readonly
Returns the value of attribute oid.
Instance Method Summary collapse
Instance Attribute Details
#flags ⇒ Object (readonly)
Returns the value of attribute flags
29 30 31 |
# File 'lib/pg/replication/pg_output.rb', line 29 def flags @flags end |
#modifier ⇒ Object (readonly)
Returns the value of attribute modifier
29 30 31 |
# File 'lib/pg/replication/pg_output.rb', line 29 def modifier @modifier end |
#name ⇒ Object (readonly)
Returns the value of attribute name
29 30 31 |
# File 'lib/pg/replication/pg_output.rb', line 29 def name @name end |
#oid ⇒ Object (readonly)
Returns the value of attribute oid
29 30 31 |
# File 'lib/pg/replication/pg_output.rb', line 29 def oid @oid end |
Instance Method Details
#key? ⇒ Boolean
30 31 32 |
# File 'lib/pg/replication/pg_output.rb', line 30 def key? flags == 1 end |