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.



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

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.



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

def name
  @name
end