org.eobjects.metamodel.drop
Interface TableDroppable
- All Known Subinterfaces:
- UpdateCallback
- All Known Implementing Classes:
- AbstractUpdateCallback
public interface TableDroppable
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.