Class DropAliasConstantAction

java.lang.Object
org.apache.derby.impl.sql.execute.DDLConstantAction
org.apache.derby.impl.sql.execute.DropAliasConstantAction
All Implemented Interfaces:
ConstantAction

class DropAliasConstantAction extends DDLConstantAction
This class performs actions that are ALWAYS performed for a DROP FUNCTION/PROCEDURE/SYNONYM statement at execution time. All of these SQL objects are represented by an AliasDescriptor.