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()
Operation
asSummaryString
in interface Operation
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.