org.sql.generation.api.grammar.manipulation.pgsql
Interface PgSQLDropTableOrViewStatement

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

public interface PgSQLDropTableOrViewStatement
extends DropTableOrViewStatement

Author:
Stanislav Muhametsin

Method Summary
 java.lang.Boolean useIfExists()
           
 
Methods inherited from interface org.sql.generation.api.grammar.manipulation.DropTableOrViewStatement
getTableName
 
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

useIfExists

java.lang.Boolean useIfExists()


Copyright © 2010. All Rights Reserved.