public class CreateFunctionStatement extends MutableStatement
Constructor and Description |
---|
CreateFunctionStatement(PFunction functionInfo,
boolean temporary,
boolean isReplace) |
Modifier and Type | Method and Description |
---|---|
int |
getBindCount() |
PFunction |
getFunctionInfo() |
boolean |
isReplace() |
boolean |
isTemporary() |
getOperation
public CreateFunctionStatement(PFunction functionInfo, boolean temporary, boolean isReplace)
public int getBindCount()
public PFunction getFunctionInfo()
public boolean isTemporary()
public boolean isReplace()
Copyright © 2019 Apache Software Foundation. All Rights Reserved.