Represents constants or psuedo-constants (e.g. CURRENT_DATE) in SQL
Create an object with the given table
[Source]
# File lib/sequel/sql.rb, line 547 547: def initialize(constant) 548: @constant = constant 549: end
[Validate]