DRAFT

Omnidex SQL: DROP ENVIRONMENT

Description

DROP ENVIRONMENT will delete an Omnidex Environment file from the underlying operating system. DROP ENVIRONMENT will first check to see that it is a valid Omnidex Environment before deleting the file.

Syntax

 DROP ENVIRONMENT 
      IN “filespec”
      WITH options] 
 

Discussion

IN “environmet_filespec”

The file name or fully qualified name containing the Omnidex Environment.

WITH options

There are no options for this statement.

Examples

Simple

drop environment in "tiny.env";
 
Back to top
dev/sql/statements/drop_environment/home.txt · Last modified: 2016/06/28 22:38 (external edit)