struct
PG::Replication::Relation::Column
- PG::Replication::Relation::Column
- Struct
- Value
- Object
Defined in:
pg/replication/relation.crConstructors
Instance Method Summary
- #clone
- #copy_with(flags _flags = @flags, name _name = @name, oid _oid = @oid, type_modifier _type_modifier = @type_modifier)
- #flags : Flags
- #name : String
- #oid : Int32
- #type_modifier : Int32
Constructor Detail
Instance Method Detail
def copy_with(flags _flags = @flags, name _name = @name, oid _oid = @oid, type_modifier _type_modifier = @type_modifier)
#