Method: Sequel::SQL::Cast#type

Defined in:
lib/sequel/sql.rb

#typeObject (readonly)

The type to which to cast the expression



1153
1154
1155
# File 'lib/sequel/sql.rb', line 1153

def type
  @type
end