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