Class: DbAgile::Core::Schema::Migrate::DropView
- Defined in:
- lib/dbagile/core/schema/migrate/drop_view.rb
Instance Attribute Summary
Attributes inherited from Operation
Instance Method Summary collapse
Methods inherited from Operation
#attribute, #candidate_key, #each_sub_operation, #foreign_key, #index, #initialize, #kind, #not_staged!, #ops_to_sql92, #staged!, #supports_sub_operation!, #supports_sub_operation?, #table_name
Constructor Details
This class inherits a constructor from DbAgile::Core::Schema::Migrate::Operation
Instance Method Details
#to_sql92 ⇒ Object
7 8 9 |
# File 'lib/dbagile/core/schema/migrate/drop_view.rb', line 7 def to_sql92 "DROP VIEW #{table_name}" end |