org.eobjects.metamodel.drop
Interface TableDroppable

All Known Subinterfaces:
UpdateCallback
All Known Implementing Classes:
AbstractUpdateCallback

public interface TableDroppable


Method Summary
 TableDropBuilder dropTable(Schema schema, String tableName)
           
 TableDropBuilder dropTable(String tableName)
           
 TableDropBuilder dropTable(String schemaName, String tableName)
           
 TableDropBuilder dropTable(Table table)
           
 boolean isDropTableSupported()
          Determines whether table drop is supported
 

Method Detail

isDropTableSupported

boolean isDropTableSupported()
Determines whether table drop is supported

Returns:
true if table drop is supported

dropTable

TableDropBuilder dropTable(Schema schema,
                           String tableName)
                           throws IllegalArgumentException,
                                  IllegalStateException,
                                  UnsupportedOperationException
Throws:
IllegalArgumentException
IllegalStateException
UnsupportedOperationException

dropTable

TableDropBuilder dropTable(String schemaName,
                           String tableName)
                           throws IllegalArgumentException,
                                  IllegalStateException,
                                  UnsupportedOperationException
Throws:
IllegalArgumentException
IllegalStateException
UnsupportedOperationException

dropTable

TableDropBuilder dropTable(String tableName)
                           throws IllegalArgumentException,
                                  IllegalStateException,
                                  UnsupportedOperationException
Throws:
IllegalArgumentException
IllegalStateException
UnsupportedOperationException

dropTable

TableDropBuilder dropTable(Table table)
                           throws IllegalArgumentException,
                                  IllegalStateException,
                                  UnsupportedOperationException
Throws:
IllegalArgumentException
IllegalStateException
UnsupportedOperationException


Copyright © 2007-2013. All Rights Reserved.