Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
programs:odxsql:settings:home [2009/12/03 17:27]
tdo
programs:odxsql:settings:home [2012/10/26 14:28] (current)
Line 1: Line 1:
 {{page>:​top_add&​nofooter&​noeditbtn}} {{page>:​top_add&​nofooter&​noeditbtn}}
 <​html><​div align="​center"><​span style="​color:​red">​DRAFT</​span></​div></​html>​ <​html><​div align="​center"><​span style="​color:​red">​DRAFT</​span></​div></​html>​
 +~~NOTOC~~
 ====== OdxSQL Settings ====== ====== OdxSQL Settings ======
 +{{page>:​odxsql_bar&​nofooter&​noeditbtn}}
  
 OdxSQL'​s operation is controlled by several settings. ​ These settings can be dynamically changed by using the OdxSQL SET Command. OdxSQL'​s operation is controlled by several settings. ​ These settings can be dynamically changed by using the OdxSQL SET Command.
Line 8: Line 10:
  
   > SET   > SET
 +===== OdxSQL All Settings in Alphabetical Order =====
  
 ^ Setting ^ Default ^ Other Options ^   ​Description ​  ​^ ​ ^ Setting ^ Default ^ Other Options ^   ​Description ​  ​^ ​
-| [[API]] | OA | ODBC %%|%% JDBC %%|%% CLOA |Sets which API to use. | +| [[API]] | OA | ODBC %%|%% JDBC %%|%% CLOA |Sets which API to use before the first CONNECT Statement. | 
-| [[AUTODISPLAY]] | LIST | FORM>| Sets Columns across (LIST) or Columns stacked (FROM). | +| [[AUTODISPLAY]] | LIST | FORM| Sets Columns across (LIST) or Columns stacked (FROM). | 
-| [[AUTOEXPLAIN]] | OFF | ON %%|%% AFTER>| Shows the Explain Plan after each Select ​|+| [[AUTOEXPLAIN]] | OFF | ON %%|%% AFTER | Shows the Explain Plan for the SELECT statement instead of processing the SELECT. ​|
 | [[AUTOFETCH]] | ON | OFF| Automatically fetch records after a SELECT or QUALIFY. | | [[AUTOFETCH]] | ON | OFF| Automatically fetch records after a SELECT or QUALIFY. |
 | [[AUTOPSEUDOCOLUMNS]] | OFF | ON| | | [[AUTOPSEUDOCOLUMNS]] | OFF | ON| |
Line 21: Line 23:
 | [[CONTINUATION]] | ON | OFF| When ON automatically terminates statements. | | [[CONTINUATION]] | ON | OFF| When ON automatically terminates statements. |
 | [[CURSOR]] | last opened | n | Sets the default Cursor to use for processing. | | [[CURSOR]] | last opened | n | Sets the default Cursor to use for processing. |
-| [[CURSORDISPLAY]] | OFF | ON| |+| [[CURSORDISPLAY]] | OFF | ON| The cursor number being used can be set to automatically display. ​|
 | [[DEFAULTS]] | <​none>​ | <​none>​ | Resets all settings to their initial defaults. | | [[DEFAULTS]] | <​none>​ | <​none>​ | Resets all settings to their initial defaults. |
 | [[EDITOR]] | NOTEPAD or vi  | WORDPAD %%|%% EMACS %%|%% path | Sets which editor to use with the EDIT Command | | [[EDITOR]] | NOTEPAD or vi  | WORDPAD %%|%% EMACS %%|%% path | Sets which editor to use with the EDIT Command |
-| [[ENDIAN]] | LITTLE | BIG %%|%% NATIVE %%|%% OPPOSITE> | |+| [[ENDIAN]] | LITTLE | BIG %%|%% NATIVE %%|%% OPPOSITE | |
 | [[ERRORDISPLAY]] | MESSAGE | NONE %%|%% DETAIL %%|%% FULL | | | [[ERRORDISPLAY]] | MESSAGE | NONE %%|%% DETAIL %%|%% FULL | |
 | [[ERRORS]] | ABORT | CONTINUE %%|%% EXIT | Set processing of USE file. | | [[ERRORS]] | ABORT | CONTINUE %%|%% EXIT | Set processing of USE file. |
-| [[EXPLAIN]] | SUMMARY DETAILS ADDIN |[NO]COUNTS %%|%% TEXT | | +| [[EXPLAIN]] | SUMMARY DETAILS ADDIN |[NO]COUNTS %%|%% TEXT |Sets the EXPLAIN Command options. ​| 
-| [[FILE_BASELINE]] | OFF | | | +| [[ FILE_BASELINE]] | OFF | | | 
-| [[HEADERS]] | ON | OFF | Turn the Column Headers ON or OFF.s| +| [[ HEADERS]] | ON | OFF | Turn the Column Headers ON or OFF.s| 
-| [[HEX]] | OFF | ON %%|%% ONLY | | +| [[ HEX]] | OFF | ON %%|%% ONLY | Set the display of output values in HEX | 
-| [[HISTORY]] | 100 | n |Sets the size of the Command History stack. | +| [[ HISTORY]] | 100 | n |Sets the size of the Command History stack. | 
-| [[INSTANCE]] | last connection | n | Sets the default Instance to use for processing. | +| [[ INSTANCE]] | last connection | n | Sets the default Instance to use for processing. | 
-| [[INTERRUPTS]] |ON | OFF %%|%% API| | +| [[ INTERRUPTS]] |ON | OFF %%|%% API| | 
-| [[MEMORY_BASELINE]] | OFF | | | +| [[ MEMORY_BASELINE]] | OFF | | | 
-| [[MULTILINE]] | OFF |ON %%|%% n | | +| [[ MULTILINE]] | OFF |ON %%|%% n | | 
-| [[NULL_INDICATORS]] | OFF | ON %%|%% string| | +| [[ NULL_INDICATORS]] | OFF | ON %%|%% string| | 
-| [[OMNIDEX_DEBUG]] | OFF | ON %%|%% profile [FILE=filename] | | +| [[ ODXSQL_DEBUG]] | | <PARSE %%|%% FILE %%|%% DEBUG %%|%% ALL> <ON %%|%% OFF> ​| | 
-| [[OPTIMIZATION]] | DEFAULT |options| |  +| [[ OMNIDEX_DEBUG]] | OFF | ON %%|%% profile [FILE=filename] | | 
-| [[ODXNET]] | INACTIVE | | | +| [[ OPTIMIZATION]] | DEFAULT |options| |  
-| [[PAGELENGTH]] | 24 | n | Set the page length before the paging prompt is issued.|+| [[ ODXNET]] | INACTIVE | | | 
 +| [[ PAGELENGTH]] | 24 | n | Set the page length before the paging prompt is issued.|
 | [[PAGEWIDTH]] | 80 | n | Sets the page width of the display. | | [[PAGEWIDTH]] | 80 | n | Sets the page width of the display. |
-| [[PREPROCESSOR]] | ON |OFF| |+| [[PREPROCESSOR]] | ON |OFF| Can disable the use of the Omnidex SQL Preprocessor. Use only for testing. ​|
 | [[PROGRESS]] |OFF | ON| | | [[PROGRESS]] |OFF | ON| |
 | [[PROMPT]] | "> " | "​string"​ [WITH [FILE] [LINE] [COMMAND]] |Sets the OdxSQL command prompt. | | [[PROMPT]] | "> " | "​string"​ [WITH [FILE] [LINE] [COMMAND]] |Sets the OdxSQL command prompt. |
Line 74: Line 77:
   set pagelength 0   set pagelength 0
   set timer on   set timer on
-  SET STATISTICS +  SET STATISTICS ​on 
-  ​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}}+
 
Back to top
programs/odxsql/settings/home.1259861266.txt.gz · Last modified: 2012/10/26 14:27 (external edit)