SQL-J Language Reference,
Page 26 of 118


[top]
[prev]
[next]
Documentation Top
Global Index
Reference Manual
TOC Index
Grammar index
Developer's Guide
TOC Index
Tuning Cloudscape
TOC Index

DROP STATEMENT statement

The DROP STATEMENT statement drops a stored prepared statement created with CREATE STATEMENT. A statement cannot be dropped if it is currently in use.

Statements in the SYS schema cannot be dropped by users.

Syntax

DROP STATEMENT StatementName

Example

-- Drop a statement
DROP STATEMENT insertFlightObject
[top]
[prev]
[next]


Cloudscape Version 3.0
For technical support, go to: www.cloudscape.com and click Support.
Copyright © 1998 and 1999 Cloudscape, Inc. All rights reserved.