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 Both sides next revision
quicklinks [2010/07/08 23:26]
tdo
quicklinks [2016/06/28 22:38]
127.0.0.1 external edit
Line 38: Line 38:
 | CHARACTER(//​n//​) ​       | Space-filled character string of //n// characters ​           | | CHARACTER(//​n//​) ​       | Space-filled character string of //n// characters ​           |
 | CHAR(//​n//​) ​            | Synonym for CHARACTER(//​n//​) ​                                | | CHAR(//​n//​) ​            | Synonym for CHARACTER(//​n//​) ​                                |
-STRING(//​n//​) ​        ​| Null-terminated character string of //n// characters ​        |+| STRING(//​n//​) ​          ​| Null-terminated character string of //n// characters ​        |
 | VARCHAR(//​n//​)* ​        | String of max //n// characters, with length variable ​        | | VARCHAR(//​n//​)* ​        | String of max //n// characters, with length variable ​        |
 | CLOB(//​n//​)* ​           | Character large object of max //n// characters, with length variable | | CLOB(//​n//​)* ​           | Character large object of max //n// characters, with length variable |
Line 65: Line 65:
 | OMNIDEX TIME(//​n//​) ​    | Omnidex proprietary time supporting //n// digits of HHMMSSNN | | OMNIDEX TIME(//​n//​) ​    | Omnidex proprietary time supporting //n// digits of HHMMSSNN |
 | OMNIDEX DATETIME(//​n//​) | Omnidex proprietary datetime supporting //n// digits of YYYYMMDDHHMMSSNN | | OMNIDEX DATETIME(//​n//​) | Omnidex proprietary datetime supporting //n// digits of YYYYMMDDHHMMSSNN |
-| * Omnidex recommends use of the CHARACTER and STRING datatypes rather than VARCHAR and CLOB due to the requirement of a length variable. ||+| * Omnidex recommends use of the CHARACTER and STRING datatypes rather than VARCHAR and CLOB due to the requirement of a length variable. ||
  
 === National Character Datatypes ===  === National Character Datatypes === 
Line 77: Line 77:
 | NATIONAL CHARACTER(//​n//​) | Space-filled character string of //n// characters ​         | | NATIONAL CHARACTER(//​n//​) | Space-filled character string of //n// characters ​         |
 | NATIONAL CHAR(//​n//​) ​     | Synonym for CHARACTER(//​n//​) ​                              | | NATIONAL CHAR(//​n//​) ​     | Synonym for CHARACTER(//​n//​) ​                              |
-| NATIONAL ​STRING(//​n//​) ​ | Null-terminated character string of //n// characters ​      |+| NATIONAL STRING(//​n//​) ​   | Null-terminated character string of //n// characters ​      |
 | NATIONAL VARCHAR(//​n//​)* ​ | String of max //n// characters, with length variable ​      | | NATIONAL VARCHAR(//​n//​)* ​ | String of max //n// characters, with length variable ​      |
 | NATIONAL CLOB(//​n//​)* ​    | Character large object of max //n// characters, with length variable | | NATIONAL CLOB(//​n//​)* ​    | Character large object of max //n// characters, with length variable |
-| * Omnidex recommends use of the NATIONAL CHARACTER and NATIONAL ​STRING datatypes rather than NATIONAL VARCHAR and NATIONAL CLOB due to the requirement of a length variable. ​ ||+| * Omnidex recommends use of the NATIONAL CHARACTER and NATIONAL STRING datatypes rather than NATIONAL VARCHAR and NATIONAL CLOB due to the requirement of a length variable. ​ ||
  
  
 
Back to top
quicklinks.txt ยท Last modified: 2020/11/30 18:56 by doc