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

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

public interface DropTableOrViewStatement
extends DropStatement

This is generalized statement to drop tables and views.

Author:
Stanislav Muhametsin

Method Summary
 TableName getTableName()
          Returns the name of the table or view to be deleted.
 
Methods inherited from interface org.sql.generation.api.grammar.manipulation.DropStatement
whatToDrop
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 
Methods inherited from interface org.sql.generation.api.grammar.manipulation.DropBehaviourContainer
getDropBehaviour
 

Method Detail

getTableName

TableName getTableName()
Returns the name of the table or view to be deleted.

Returns:
The name of the table or view to be deleted.


Copyright © 2010. All Rights Reserved.