module Sequel::SQL

  1. lib/sequel/sql.rb
Parent: Sequel

The SQL module holds classes whose instances represent SQL fragments. It also holds modules that are included in core ruby classes that make Sequel a friendly DSL.

Constants

SQLArray = ValueList  

Deprecated name for ValueList, used for backwards compatibility