public class SqlDropFunction extends SqlDropObject
DROP FUNCTION statement.| Modifier and Type | Field and Description |
|---|---|
private static SqlOperator |
OPERATOR |
nameDDL_OPERATOREMPTY_ARRAY, pos| Constructor and Description |
|---|
SqlDropFunction(SqlParserPos pos,
boolean ifExists,
SqlIdentifier name)
Creates a SqlDropFunction.
|
execute, getOperandList, unparsegetOperatoraccept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validateclone, clone, cloneArray, equalDeep, equalDeep, equalsDeep, getParserPosition, isA, toSqlString, toSqlString, toString, validateExprprivate static final SqlOperator OPERATOR
public SqlDropFunction(SqlParserPos pos, boolean ifExists, SqlIdentifier name)
Copyright © 2012–2019 The Apache Software Foundation. All rights reserved.