public class TableDeletion extends Statement
Constructor and Description |
---|
TableDeletion(java.lang.String tablename)
Constructs a table deletion statement.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTableName()
Retrieves the name of the table that is to be deleted.
|