Class/Module Index [+]

Quicksearch

Sequel::Progress::DatasetMethods

Public Instance Methods

requires_sql_standard_datetimes?() click to toggle source

Progress requires SQL standard datetimes

# File lib/sequel/adapters/shared/progress.rb, line 16
def requires_sql_standard_datetimes?
  true
end
supports_intersect_except?() click to toggle source

Progress does not support INTERSECT or EXCEPT

# File lib/sequel/adapters/shared/progress.rb, line 21
def supports_intersect_except?
  false
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.