Class: Cequel::Type::Ascii

Inherits:
String show all
Defined in:
lib/cequel/type.rb

Overview

‘ascii` columns store 7-bit ASCII character data

See Also:

Since:

  • 1.0.0

Instance Method Summary collapse

Methods inherited from String

#cast

Methods inherited from Base

#cast, #cql_aliases, #cql_name, #internal_name, #internal_names, #to_s

Instance Method Details

#compatible_typesObject

Since:

  • 1.0.0



202
203
204
# File 'lib/cequel/type.rb', line 202

def compatible_types
  super + [Type[:text]]
end