Module: Sequel::Postgres::DatasetMethods

Defined in:
lib/cranium/extensions/sequel_greenplum.rb

Instance Method Summary collapse

Instance Method Details

#delete_clause_methodsObject



18
19
20
# File 'lib/cranium/extensions/sequel_greenplum.rb', line 18

def delete_clause_methods
  remove_returning_from DELETE_CLAUSE_METHODS, :delete
end

#insert_clause_methodsObject



6
7
8
# File 'lib/cranium/extensions/sequel_greenplum.rb', line 6

def insert_clause_methods
  remove_returning_from INSERT_CLAUSE_METHODS, :insert
end

#update_clause_methodsObject



12
13
14
# File 'lib/cranium/extensions/sequel_greenplum.rb', line 12

def update_clause_methods
  remove_returning_from UPDATE_CLAUSE_METHODS, :update
end