public class DropTableOperation extends Object implements DropOperation
| Constructor and Description |
|---|
DropTableOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
boolean ifExists,
boolean isTemporary) |
| Modifier and Type | Method and Description |
|---|---|
String |
asSummaryString()
Returns a string that summarizes this operation for printing to a console.
|
org.apache.flink.table.catalog.ObjectIdentifier |
getTableIdentifier() |
boolean |
isIfExists() |
boolean |
isTemporary() |
public DropTableOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
boolean ifExists,
boolean isTemporary)
public org.apache.flink.table.catalog.ObjectIdentifier getTableIdentifier()
public boolean isIfExists()
public boolean isTemporary()
public String asSummaryString()
OperationasSummaryString in interface OperationCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.