public interface TableDropBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
Table getTable()
String toSql()
void execute()
throws MetaModelException
MetaModelException - if the operation was rejectedCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.