Method: Sequel::Postgres::CreatePartitionOfTableGenerator#initialize

Defined in:
lib/sequel/adapters/shared/postgres.rb

#initialize(&block) ⇒ CreatePartitionOfTableGenerator

Returns a new instance of CreatePartitionOfTableGenerator.



174
175
176
# File 'lib/sequel/adapters/shared/postgres.rb', line 174

def initialize(&block)
  instance_exec(&block)
end