Methods

Class Index [+]

Quicksearch

Sequel::SQL::Constant

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

Attributes

constant[R]

The underlying constant related to this object.

Public Class Methods

new(constant) click to toggle source

Create an constant with the given value

      # File lib/sequel/sql.rb, line 1038
1038:       def initialize(constant)
1039:         @constant = constant
1040:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.