ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/udr/testsuite/udrlib/dropdefs.sql
Revision: 386
Committed: Tue Jan 18 12:05:35 2022 UTC (2 years, 3 months ago) by tony
Content type: application/sql
File size: 265 byte(s)
Log Message:
Silent exceptions bug fixed

File Contents

# Content
1 drop function MyRowCount;
2 drop function BadRowCount;
3 drop function UDRInfo;
4 drop procedure MyTestProc;
5 drop procedure MyErrorProc;
6 drop procedure MySelectProc;
7 drop procedure MyReadText;
8 Alter Table EMPLOYEE drop PREVIOUS_PHONE_EXT;
9 drop trigger MyEmployeeUpdate;
10