Object
Represents a SQL NULL.
# File lib/dbi/types.rb, line 51 def self.parse(obj) return nil if obj.to_s.match(/^null$/) return obj end
[Validate]
Generated with the Darkfish Rdoc Generator 2.