Data Type | Description |
Numeric | Same as number. Length and precision determine the specific details. |
Varchar | Variable character string |
Char | Fixed character string |
Date | Date/time on most RDBMS |
Timestamp | Date/Time on most RDBMS |
CLOB | Character Large Object. Configurable display length The entire text is clickable from grid and it opens the Rich Text Editor (RTE) in view-only mode. A link within the text is also clickable. This link is not formatted in order to keep in sync with existing OneData formatting. The data can be edited from the Edit screen by selecting the CLOB Add/Edit icon. In this case, the links within the text do not work inside the Rich Text Editor as it's a limitation of the RTE library. Note: Most of the formatting of the data is retained (bullets, bold) while some of it is lost (different font, underline etc). |
BLOB | Binary Large Object. If you are creating a BLOB, there are additional settings. For more information, see
Configuring BLOB Columns. |