Method: Vertica::Column#data_type

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

#data_typeVertica::DataType (readonly)

The type of the values in this column.

Returns:



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

def data_type
  @data_type
end