org.sql.generation.api.grammar.manipulation
Interface DropBehaviourContainer

All Known Subinterfaces:
DropColumnDefinition, DropSchemaStatement, DropStatement, DropTableConstraintDefinition, DropTableOrViewStatement, PgSQLDropTableOrViewStatement

public interface DropBehaviourContainer

A generic drop behaviour container (for any DROP clause and statement).

Author:
Stanislav Muhametsin

Method Summary
 DropBehaviour getDropBehaviour()
          Returns the drop behaviour for this clause or statement.
 

Method Detail

getDropBehaviour

DropBehaviour getDropBehaviour()
Returns the drop behaviour for this clause or statement.

Returns:
The drop behaviour for this clause or statement.


Copyright © 2010. All Rights Reserved.