Method: Vertica::Column#table_oid

Defined in:
lib/vertica/column.rb,
lib/vertica/column.rb

#table_oidInteger? (readonly)

The OID of the table this column originates from. This can be nil if the volumn was computed, and was not soruced from a table



12
13
14
# File 'lib/vertica/column.rb', line 12

def table_oid
  @table_oid
end