Class: Innodb::DataType::BlobType

Inherits:
Object
  • Object
show all
Defined in:
lib/innodb/data_type.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(base_type, modifiers, properties) ⇒ BlobType

Returns a new instance of BlobType.



231
232
233
# File 'lib/innodb/data_type.rb', line 231

def initialize(base_type, modifiers, properties)
  @name = Innodb::DataType.make_name(base_type, modifiers, properties)
end

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



229
230
231
# File 'lib/innodb/data_type.rb', line 229

def name
  @name
end