This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
programs:odxsql:commands:set [2009/11/30 19:28] tdo |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{page>:top_add&nofooter&noeditbtn}} | ||
| - | <html><div align="center"><span style="color:red">DRAFT</span></div></html> | ||
| - | ====== OdxSQL SET Commands ====== | ||
| - | ===== Description ===== | ||
| - | OdxSET has settings that govern its operation. The settings can be modified with the SET command. | ||
| - | Note that OdxSQL also allows SET Statements from the Omnidex SQL Language. | ||
| - | ===== Examples ===== | ||
| - | |||
| - | set autoexplain on | ||
| - | set explain counts, text, $ox | ||
| - | set pagelength 0 | ||
| - | set timer on | ||
| - | SET STATISTICS | ||
| - | ET STATISTICS_COMMENT | ||
| - | |||
| - | ===== SET STATISTICS ===== | ||
| - | |||
| - | The SET STATISTICS command in ODXSQL has been expanded to track more information, including the process ID and the thread ID. As well, a new command called SET STATISTICS_COMMENT | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | {{page>:bottom_add&nofooter&noeditbtn}} | ||