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

All Superinterfaces:
DropBehaviourContainer, SchemaManipulationStatement, SchemaStatement, SQLStatement, org.atp.api.Typeable<SchemaStatement>
All Known Subinterfaces:
DropSchemaStatement, DropTableOrViewStatement, PgSQLDropTableOrViewStatement

public interface DropStatement
extends SchemaManipulationStatement, DropBehaviourContainer

This is a common interface for DROP statements.

Author:
Stanislav Muhametsin

Method Summary
 ObjectType whatToDrop()
          Returns the object type to drop.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 
Methods inherited from interface org.sql.generation.api.grammar.manipulation.DropBehaviourContainer
getDropBehaviour
 

Method Detail

whatToDrop

ObjectType whatToDrop()
Returns the object type to drop. Typically either ObjectType.SCHEMA, ObjectType.TABLE, or ObjectType.VIEW.

Returns:
The object type to drop.
See Also:
ObjectType


Copyright © 2010-2012. All Rights Reserved.