Sequel::SQL::GenericExpression
Represents constants or psuedo-constants (e.g. CURRENT_DATE) in SQL.
The underlying constant related to this object.
Create an constant with the given value
# File lib/sequel/sql.rb, line 1060 def initialize(constant) @constant = constant end
[Validate]
Generated with the Darkfish Rdoc Generator 2.