Method: Sequel::SQL::Cast#type

Defined in:
lib/sequel/sql.rb

#typeObject (readonly)

The type to which to cast the expression

[View source]

1247
1248
1249
# File 'lib/sequel/sql.rb', line 1247

def type
  @type
end