This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dev:sql:statements:drop_environment:home [2010/07/04 03:55] tdo |
dev:sql:statements:drop_environment:home [2016/06/28 22:38] (current) |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| <html><div align="center"><span style="color:red">DRAFT</span></div></html> | <html><div align="center"><span style="color:red">DRAFT</span></div></html> | ||
| ====== Omnidex SQL: DROP ENVIRONMENT ====== | ====== Omnidex SQL: DROP ENVIRONMENT ====== | ||
| + | {{page>:sql_bar&nofooter&noeditbtn}} | ||
| ===== Description ===== | ===== 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 ===== | ===== Syntax ===== | ||
| <code SQL> | <code SQL> | ||
| Line 10: | Line 13: | ||
| WITH options] | WITH options] | ||
| </code> | </code> | ||
| - | |||
| ===== Discussion ===== | ===== Discussion ===== | ||
| - | |||
| - | == environment_name == | ||
| - | The name of the Omnidex Environment. | ||
| == IN “environmet_filespec” == | == IN “environmet_filespec” == | ||
| Line 23: | Line 22: | ||
| ===== Examples ===== | ===== Examples ===== | ||
| - | |||
| ==== Simple ==== | ==== Simple ==== | ||
| - | drop myenv in "tiny.env" | + | drop environment in "tiny.env"; |
| {{page>:bottom_add&nofooter&noeditbtn}} | {{page>:bottom_add&nofooter&noeditbtn}} | ||