Methods

Class/Module Index [+]

Quicksearch

Sequel::SQL::Constant

Represents constants or psuedo-constants (e.g. CURRENT_DATE) in SQL.

Public Class Methods

new(constant) click to toggle source

Create an object with the given table

# File lib/sequel/sql.rb, line 584
def initialize(constant)
  @constant = constant
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.