Represents an identifier (column or table). Can be used to specify a
Symbol
with multiple underscores should not be split, or for
creating an identifier without using a symbol.
The table or column to reference
Set the value to the given argument
# File lib/sequel/sql.rb, line 1245 def initialize(value) @value = value end