@see ActiveRecord::ConnectionAdapters::JdbcColumn
# File lib/arjdbc/firebird/adapter.rb, line 26 def default_value(value) return nil unless value if value =~ /^\s*DEFAULT\s+(.*)\s*$/ return $1 unless $1.upcase == 'NULL' end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.