# File lib/arjdbc/mysql/adapter.rb, line 630 def initialize(name, default, sql_type = nil, null = true, collation = nil, strict = false, extra = '') if Hash === name super # first arg: config else @strict = strict; @collation = collation; @extra = extra super(name, default, sql_type, null) # base 4.1: (name, default, sql_type = nil, null = true) end end
Generated with the Darkfish Rdoc Generator 2.