struct PG::Replication::Relation::Column

Defined in:

pg/replication/relation.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(flags : Flags, name : String, oid : Int32, type_modifier : Int32) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(flags _flags = @flags, name _name = @name, oid _oid = @oid, type_modifier _type_modifier = @type_modifier) #

[View source]
def flags : Flags #

def name : String #

def oid : Int32 #

def type_modifier : Int32 #