ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/fbintf/udr/testsuite/udrlib/dropdefs.sql
Revision: 402
Committed: Mon Aug 1 10:07:24 2022 UTC (2 years, 3 months ago) by tony
Content type: application/sql
File size: 370 byte(s)
Log Message:
IBX Release 2.5.0

File Contents

# User Rev Content
1 tony 402 drop function MyRowCount;
2     drop function BadRowCount;
3     drop function UDRInfo;
4     drop function GetCurDir;
5     drop procedure MyTestProc;
6     drop procedure MyErrorProc;
7     drop procedure MySelectProc;
8     drop procedure MyReadText;
9     Alter Table EMPLOYEE drop PREVIOUS_PHONE_EXT;
10     drop trigger MyEmployeeUpdate;
11     drop procedure ShowAttachments;
12     drop procedure GetServerInfo;
13     drop user TESTER;
14