Progress uses the :progress database type.
# File lib/sequel/adapters/shared/progress.rb, line 6 def database_type :progress end
# File lib/sequel/adapters/shared/progress.rb, line 10 def dataset(opts = nil) ds = super ds.extend(DatasetMethods) ds end
[Validate]
Generated with the Darkfish Rdoc Generator 2.