class PG::TypeMapByColumn

def oids

Returns the type oids of the assigned coders.
def oids
	coders.map{|c| c.oid if c }
end