org.eobjects.metamodel.drop
Interface TableDropBuilder

All Known Implementing Classes:
AbstractTableDropBuilder

public interface TableDropBuilder


Method Summary
 void execute()
          Executes the drop table operation
 Table getTable()
          Gets the table that this drop statement pertains to
 String toSql()
          Gets a SQL representation of this drop table operation.
 

Method Detail

getTable

Table getTable()
Gets the table that this drop statement pertains to

Returns:
the table that this drop statement pertains to

toSql

String toSql()
Gets a SQL representation of this drop table operation. Note that the generated SQL is dialect agnostic, so it is not accurately the same as what will be passed to a potential backing database.

Returns:
a SQL representation of this drop table operation.

execute

void execute()
             throws MetaModelException
Executes the drop table operation

Throws:
MetaModelException - if the operation was rejected


Copyright © 2007-2013. All Rights Reserved.