@Internal public class DropDatabaseOperation extends Object implements DropOperation
ExecutableOperation.Context
Constructor and Description |
---|
DropDatabaseOperation(String catalogName,
String databaseName,
boolean ifExists,
boolean cascade) |
Modifier and Type | Method and Description |
---|---|
String |
asSummaryString()
Returns a string that summarizes this operation for printing to a console.
|
TableResultInternal |
execute(ExecutableOperation.Context ctx)
Executes the given operation and return the execution result.
|
String |
getCatalogName() |
String |
getDatabaseName() |
boolean |
isCascade() |
boolean |
isIfExists() |
public String getCatalogName()
public String getDatabaseName()
public boolean isCascade()
public boolean isIfExists()
public String asSummaryString()
Operation
asSummaryString
in interface Operation
public TableResultInternal execute(ExecutableOperation.Context ctx)
ExecutableOperation
execute
in interface ExecutableOperation
ctx
- the context to execute the operation.TableEnvironmentInternal.executeInternal(Operation)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.