Class: PgPartitions::SQL::DeleteFunction
- Defined in:
- lib/pg_partitions/sql.rb
Instance Attribute Summary
Attributes inherited from Function
Instance Method Summary collapse
-
#initialize(table, name) ⇒ DeleteFunction
constructor
A new instance of DeleteFunction.
Methods inherited from Function
Constructor Details
#initialize(table, name) ⇒ DeleteFunction
Returns a new instance of DeleteFunction.
61 62 63 |
# File 'lib/pg_partitions/sql.rb', line 61 def initialize(table, name) super(table, name, delete_statement(table)) end |