CSO_SCH_CORR_LINE
This table stores key-value pairs of spellcheck corrections.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_SCH_CORR_LINE_PK |
RECORD_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| ACTION | NUMBER | Yes | A value indicating whether this spellcheck correction is case sensitive: 65 for case sensitive action and 97 for case insensitive action. | |
| CORRECTION | VARCHAR2 | 255 | Yes | This is the correct spelling of this string. |
| CORRECTIONS_ORDER | NUMBER | The order of this spellcheck correction in the spellcheck list it belongs to | ||
| MISSPELLING | VARCHAR2 | 255 | Yes | This is the spelling to be corrected. |
| RECORD_ID | VARCHAR2 | 32 | Yes | This is the primary key of the table. |
| SPELL_CORR_ID | VARCHAR2 | 32 | Yes | Spellcheck correction ID, a foreign key reference to RECORD_ID in CSO_SCH_SPELL_CORR table. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_SCH_CORR_LINE | cso_sch_spell_corr | SPELL_CORR_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_SCH_CORR_LINE_U1 | Unique | RECORD_ID |