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 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.