Method: Vertica::DataType#sql

Defined in:
lib/vertica/data_type.rb

#sqlString

TODO:

Take size and modifier into account.

Returns a SQL representation of this type.



101
102
103
# File 'lib/vertica/data_type.rb', line 101

def sql
  name
end