Module: PgParty::Adapter::AbstractMethods

Defined in:
lib/pg_party/adapter/abstract_methods.rb

Instance Method Summary collapse

Instance Method Details

#attach_list_partitionObject



30
31
32
# File 'lib/pg_party/adapter/abstract_methods.rb', line 30

def attach_list_partition(*)
  raise "#attach_list_partition is not implemented"
end

#attach_range_partitionObject



26
27
28
# File 'lib/pg_party/adapter/abstract_methods.rb', line 26

def attach_range_partition(*)
  raise "#attach_range_partition is not implemented"
end

#create_list_partitionObject



10
11
12
# File 'lib/pg_party/adapter/abstract_methods.rb', line 10

def create_list_partition(*)
  raise "#create_list_partition is not implemented"
end

#create_list_partition_ofObject



18
19
20
# File 'lib/pg_party/adapter/abstract_methods.rb', line 18

def create_list_partition_of(*)
  raise "#create_list_partition_of is not implemented"
end

#create_range_partitionObject



6
7
8
# File 'lib/pg_party/adapter/abstract_methods.rb', line 6

def create_range_partition(*)
  raise "#create_range_partition is not implemented"
end

#create_range_partition_ofObject



14
15
16
# File 'lib/pg_party/adapter/abstract_methods.rb', line 14

def create_range_partition_of(*)
  raise "#create_range_partition_of is not implemented"
end

#create_table_likeObject



22
23
24
# File 'lib/pg_party/adapter/abstract_methods.rb', line 22

def create_table_like(*)
  raise "#create_table_like is not implemented"
end

#detach_partitionObject



34
35
36
# File 'lib/pg_party/adapter/abstract_methods.rb', line 34

def detach_partition(*)
  raise "#detach_partition is not implemented"
end