public class DropTempSystemFunctionOperation extends Object implements DropOperation
| Constructor and Description |
|---|
DropTempSystemFunctionOperation(String functionName,
boolean ifExists) |
| Modifier and Type | Method and Description |
|---|---|
String |
asSummaryString()
Returns a string that summarizes this operation for printing to a console.
|
String |
getFunctionName() |
boolean |
isIfExists() |
public DropTempSystemFunctionOperation(String functionName, boolean ifExists)
public String getFunctionName()
public boolean isIfExists()
public String asSummaryString()
OperationasSummaryString in interface OperationCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.