home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / jbuilder / TRIAL / JBUILDER / JSAMPLES.Z / sqlDrop.sql < prev    next >
Encoding:
Text File  |  1998-05-08  |  429 b   |  19 lines

  1.  
  2. //Title:        Stored Procedure Sample
  3. //Version:      2.0
  4. //Copyright:    Copyright (c) 1998
  5. //Company:      Borland Int'l
  6. //Description:  This is the SQL definitions for cleanup.
  7.  
  8.  
  9.  
  10. DROP FUNCTION  SAMPLEEMPINFO;
  11. DROP PROCEDURE SAMPLEEMPINFO;
  12. DROP PROCEDURE SAMPLEINSEMP;
  13. DROP PROCEDURE SAMPLEUPDEMP;
  14. DROP PROCEDURE SAMPLEDELEMP;
  15. DROP PROCEDURE SAMPLEUPDSALARY;
  16. DROP TABLE SAMPLEEMP;
  17. DROP TABLE SAMPLEDEPT;
  18.  
  19.