Parent

Included Modules

Files

Class/Module Index [+]

Quicksearch

ActiveRecord::ConnectionAdapters::MysqlColumn

Public Class Methods

new(name, *args) click to toggle source
# File lib/arjdbc/mysql/adapter.rb, line 556
def initialize(name, *args)
  if Hash === name
    super
  else
    super(nil, name, *args)
  end
end

Public Instance Methods

call_discovered_column_callbacks(*) click to toggle source
# File lib/arjdbc/mysql/adapter.rb, line 564
def call_discovered_column_callbacks(*)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.