In Files

Parent

Methods

Files

DBI::Type::Null

Represents a SQL NULL.

Public Class Methods

parse(obj) click to toggle source
# 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.