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/04 02:15]
tdo
programs:odxsql:settings:home [2016/06/28 22:38] (current)
Line 3: Line 3:
 ~~NOTOC~~ ~~NOTOC~~
 ====== OdxSQL Settings ====== ====== OdxSQL Settings ======
 +{{page>:​sql_odxsql_bar&​nofooter&​noeditbtn}}
  
-^[[programs:​odxsql:​overview|OdxSQL ​Overview]]^ [[programs:​odxsql:​commands:​home|OdxSQL Commands]] ^[[programs:​odxsql:​settings:home | OdxSQL ​Settings ]]^OdxSQL ​Scripts^SQL SELECT^ Omnidex SQL ^+OdxSQL's operation is controlled by several ​settings.  These settings can be dynamically changed by using the OdxSQL ​SET Command. The following is a list of all of the available ​OdxSQL ​settings.
  
-OdxSQL's operation is controlled by several settings. ​ These settings can be dynamically changed by using the OdxSQL SET Command.+OdxSQL ​Settings ^ ^ ^ ^ ^ ^ 
 +|API |AUTODISPLAY |AUTOEXPLAIN |AUTOFETCH |AUTOPSEUDOCOLUMNS |AUTORECONNECT| 
 +|AUTOSUBPROCESS|CHAR|CURSOR|CURSORDISPLAY|DEFAULTS|EDITOR| 
 +|ENDIAN |ERRORDISPLAY|ERRORS|EXPLAIN|FILE_BASELINE|HEADERS| 
 +|HEX|HISTORY|INSTANCE|INTERRUPTS|MEMORY_BASELINE|MULTICONNECT| 
 +|MULTILINE|NULL_INDICATORS|OMNIDEX_DEBUG|OPTIMIZATION|ODXSQL_DEBUG|PAGELENGTH| 
 +|PAGEWIDTH|PREPROCESSOR|PROGRESS|PROMPT|PSEUDOCOLUMNS|QUALIFY_COUNTS| 
 +|REDEFROWIDS|REQUIRED_OPTIMIZATION|SILENT_MODE|SQL_LOGFILE|SQL_LOGGING|SQL_SYNTAX| 
 +|STATISTICS|STATISTICS_COMMENT|STATUSDISPLAY|TERMINATION|TIMEOUT|TIMER|
  
 To see OdxSQL'​s current settings, issue the SET Command without any arguments. To see OdxSQL'​s current settings, issue the SET Command without any arguments.
  
   > SET   > SET
 +
 +To see OdxSQL'​s a list of all the settings and the available setting values issue the SET ? command.
 +
 +  > SET ? 
 ===== OdxSQL All Settings in Alphabetical Order ===== ===== 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 before the first CONNECT Statement. | +| [[dev:​odxsql:​settings:​api| ​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). | +| [[[[dev:​odxsql:​settings:​AUTODISPLAY]] | LIST | FORM| Sets Columns across (LIST) or Columns stacked (FROM). | 
-| [[AUTOEXPLAIN]] | OFF | ON %%|%% AFTER | Shows the Explain Plan for the SELECT statement instead of processing the SELECT. | +| [[[[dev:​odxsql:​settings:​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. |+| [[[[dev:​odxsql:​settings:​AUTOFETCH]] | ON | OFF| Automatically fetch records after a SELECT or QUALIFY. |
 | [[AUTOPSEUDOCOLUMNS]] | OFF | ON| | | [[AUTOPSEUDOCOLUMNS]] | OFF | ON| |
 | [[AUTORECONNECT]] | OFF | ON| | | [[AUTORECONNECT]] | OFF | ON| |
 | [[AUTOSUBPROCESS]] | NONE | n | | | [[AUTOSUBPROCESS]] | NONE | n | |
 | [[CHAR]] | AUTO | n| | | [[CHAR]] | AUTO | n| |
-| [[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 ​errors ​of statements from a USE file. |
 | [[EXPLAIN]] | SUMMARY DETAILS ADDIN |[NO]COUNTS %%|%% TEXT |Sets the EXPLAIN Command options. | | [[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 | | |
 +| [[ MULTICONNECT ]]| OFF | ON| Allows OdxSQL to connect to multiple Environments. |
 | [[ MULTILINE]] | OFF |ON %%|%% n | | | [[ MULTILINE]] | OFF |ON %%|%% n | |
 | [[ NULL_INDICATORS]] | OFF | ON %%|%% string| | | [[ NULL_INDICATORS]] | OFF | ON %%|%% string| |
 | [[ ODXSQL_DEBUG]] | | <PARSE %%|%% FILE %%|%% DEBUG %%|%% ALL> <ON %%|%% OFF> | | | [[ ODXSQL_DEBUG]] | | <PARSE %%|%% FILE %%|%% DEBUG %%|%% ALL> <ON %%|%% OFF> | |
-| [[ OMNIDEX_DEBUG]] | OFF | ON %%|%% profile [FILE=filename] | |+| [[ OMNIDEX_DEBUG]] | OFF | ON %%|%% profile [FILE=filename] | When ON, writes Omnidex debugging to odxdebug.log or to a named file with FILE clause.|
 | [[ OPTIMIZATION]] | DEFAULT |options| |  | [[ OPTIMIZATION]] | DEFAULT |options| | 
-| [[ ODXNET]] | INACTIVE | | | 
 | [[ PAGELENGTH]] | 24 | n | Set the page length before the paging prompt is issued.| | [[ 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 53: Line 65:
 | [[QUALIFY_MODE]] | PARSER | ODXFIND %%|%% OX_FIND | Changes the Qualify Mode to internal routines. | | [[QUALIFY_MODE]] | PARSER | ODXFIND %%|%% OX_FIND | Changes the Qualify Mode to internal routines. |
 | [[REDEFROWIDS]] | ON | OFF | | | [[REDEFROWIDS]] | ON | OFF | |
-| [[REMOTE_HOST]] | NONE | | | 
 | [[REQUIRED_OPTIMIZATION]] | NONE |options| | | [[REQUIRED_OPTIMIZATION]] | NONE |options| |
 | [[SILENT_MODE]] | OFF | ON | | | [[SILENT_MODE]] | OFF | ON | |
Line 62: Line 73:
 | [[STATUSDISPLAY]] | OFF | ON | | | [[STATUSDISPLAY]] | OFF | ON | |
 | [[TIMEOUT]] | OFF | seconds | | | [[TIMEOUT]] | OFF | seconds | |
-| [[TIMER]] | OFF | ON %%|%% CUMULATIVE |Shows the CPU and Elapsed time of SELECT and QUALIFY ​statements. |+| [[TIMER]] | OFF | ON %%|%% CUMULATIVE |Shows the CPU and Elapsed time of statements. |
    
    
  
- 
-====== 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 ===== ===== Examples =====
  
   set autoexplain on   set autoexplain on
-  set explain counts, text, $ox+  set explain counts, text
   set pagelength 0   set pagelength 0
   set timer on   set timer on
-  SET STATISTICS +  SET STATISTICS ​on 
-  ​ET STATISTICS_COMMENT +  ​
-== SET STATISTICS == +
- +
-SET STATISTICS  +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
-{{page>:​bottom_add&​nofooter&​noeditbtn}}+
 
Back to top
programs/odxsql/settings/home.1259892940.txt.gz · Last modified: 2016/06/28 22:38 (external edit)