Module Sequel::SQL::Constants
In: lib/sequel/sql.rb

Constants

CURRENT_DATE = Constant.new(:CURRENT_DATE)
CURRENT_TIME = Constant.new(:CURRENT_TIME)
CURRENT_TIMESTAMP = Constant.new(:CURRENT_TIMESTAMP)

[Validate]