public abstract class AbstractTableDropBuilder extends Object implements TableDropBuilder
TableDropBuilder implementation| Constructor and Description |
|---|
AbstractTableDropBuilder(Table table) |
| Modifier and Type | Method and Description |
|---|---|
Table |
getTable()
Gets the table that this drop statement pertains to
|
String |
toSql()
Gets a SQL representation of this drop table operation.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexecutepublic AbstractTableDropBuilder(Table table)
public final Table getTable()
TableDropBuildergetTable in interface TableDropBuilderpublic String toSql()
TableDropBuildertoSql in interface TableDropBuilderCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.