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

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

public interface DropSchemaStatement
extends DropStatement

This syntax element represents the DROP SCHEMA statement.

Author:
Stanislav Muhametsin

Method Summary
 java.lang.String getSchemaName()
          Returns the name of the schema to be dropped.
 
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

getSchemaName

java.lang.String getSchemaName()
Returns the name of the schema to be dropped.

Returns:
The name of the schema to be dropped.


Copyright © 2010. All Rights Reserved.